django-analytical/.gitignore
2022-03-10 15:50:29 +01:00

20 lines
195 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