Add .gitignore

This commit is contained in:
Marc Shade
2026-04-06 14:28:46 -04:00
parent 26571cfac2
commit 2e2e94c11f
+24
View File
@@ -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/