squinnondation/.gitignore

25 lines
188 B
Plaintext

.idea/
.tox/
env/
venv/
.coverage
.pytest_cache/
__pycache__
*.pyc
# Ignore build data
build/
dist/
*.egg-info/
# Don't commit LaTeX output
*.aux
*.fdb_latexmk
*.fls
*.log
*.pdf
*.gz