# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
.*.swp
*.swp

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  -  Unless you have specific reasons otherwise, it's usually best
#     to ignore the whole build/ directory and the dist/ directory
#     since they will be regenerated and don't need to be tracked
#     in version control
build/
dist/

# Environment
.env
.venv
env/
venv/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo

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

# Local configuration
config.json
secrets.json
.env.local
.env.*.local
hosts.json
users.json

#Local data
data/

# Logs
*.log

# Docker
.dockerignore
*.docker
.coverage

# Environment variables
.env
