# Python
__pycache__/
*.py[cod]
.venv/

# Testing
.pytest_cache/
.ruff_cache/

# Configuration
config.yaml
e2e/.env

# IDE
.idea/
.vscode/

# OS
.DS_Store
