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

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

# Editor folders
.vscode/
.idea/
*.swp
*.swo
*~

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

# Environment
.env
.venv
env/
venv/

# Test outputs
.pytest_cache/
.coverage
htmlcov/

# User data — anyone who clones for development should not commit their
# local user-side preset edits if they happen to symlink the user dir
*.local.json
