# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
.env
.env.local
.env.*
!.env.example

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

# Jupyter notebooks
.ipynb_checkpoints/

# OS specific files
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# Dependency directories
node_modules/

# Testing
.coverage
htmlcov/

# uv
.uv/
uv.lock

# Other
*.bak
*.tmp