gitignore

This commit is contained in:
larssand
2026-06-18 21:35:41 +02:00
parent a6d80b5058
commit b306679c60

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Python bytecode and test/tool caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
env/
# Local runtime data
logs/
exports/
# Environment/secrets
.env
.env.*
!.env.example