2019-10-20 17:55:00 +03:00

28 lines
308 B
Plaintext

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