# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.venv
venv/
ENV/

# IDE
.vscode/
*.swp
*.swo

# Local development
.env
.env.local

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Distribution / packaging
.Python
*.manifest
*.spec

# Jupyter Notebook
.ipynb_checkpoints

# Local development cache
.cache/

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