# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.iml

# Environment
.env
.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/

# UV
.uv/

# Temporary files
tmp/
