# Python-generated files
__pycache__/
*.py[oc]
*.pyo
build/
dist/
wheels/
*.egg-info
*.egg

# Virtual environments
.venv/
venv/

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

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*

# Build artifacts
*.whl
*.tar.gz

# OS files
.DS_Store
Thumbs.db

# Environment
.env
.env.local
