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

# Environments
.venv/
.env

# Tools
.ruff_cache/
.pytest_cache/

# IDE
.vscode/
.idea/
