25 lines
276 B
Plaintext

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