Files
migrations/.gitignore
2026-01-30 13:17:42 +02:00

40 lines
456 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*/__pycache__/
*.py[cod]
# Distribution / packaging
.Python
env/
.venv
venv
# Unit test / coverage reports
.coverage
.coverage.*
.cache
coverage.xml
# Pycharm
.idea
# VS Code
.vscode/
# Jupyter NB Checkpoints
.ipynb_checkpoints/
# Mac OS-specific storage files
.DS_Store
# Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.neptune/
/cache/*
!/cache/.gitkeep
# Personal files
credentials.json
.env