Files
boehmitools-core/.gitignore
T
2026-07-24 21:37:03 +02:00

24 lines
205 B
Plaintext

__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
dist/
build/
*.egg-info/
.env
.env.*
!.env.example
logs/
backups/
data/
plugins/
*.pem
*.key
secrets/
.idea/
.vscode/
.DS_Store