2019-10-19 12:48:32 +03:00

27 lines
289 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/
# Ignore stupid .DS_Store
.DS_Store
# Ignore PyCharm
.idea/
# Ignore tox environments
.tox/