*.pyc
__pycache__/
build
dist
.idea/
*.egg-info
/.tox
.eggs/
/venv/
.venv/
.coverage
htmlcov/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment files
.env
.env.local
.env.*.local
*.env
