# Environment
.env
*.env.local

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

# Virtual environment
.venv/

# Ruff cache
.ruff_cache/

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