diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cba90cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +env/ +venv/ +.venv/ +*.egg-info/ +dist/ +build/ +.eggs/ +*.egg +.env +.env.local +*.log +.mypy_cache/ +.pytest_cache/ +.coverage +htmlcov/ +.DS_Store +*.db +*.sqlite3 +node_modules/