django-analytical/.gitignore
2025-07-08 12:22:45 +02:00

23 lines
223 B
Text

.*.sw?
/*.geany
/.idea
/.tox
/.vscode
*.pyc
*.pyo
/.coverage
/coverage.xml
/tests/*-report.json
/tests/*-report.xml
/build
/dist
/docs/_build
/docs/_templates/layout.html
/MANIFEST
*.egg-info
/requirements.txt
/uv.lock