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

# Environment
.env
.venv/
venv/

# IDEs
.idea/
.vscode/
*.swp

# Cache
.ruff_cache/
.pytest_cache/
