2017-01-30 11:42:24 +02:00

15 lines
173 B
Plaintext

# Ignore virtual environments
env/
# Ignore Python byte code cache
*.pyc
__pycache__
# Ignore coverage reports
.coverage
htmlcov
# Ignore build results
*.egg-info/
dist/