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

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# Environment variables
.env
.env.local
!.env.example

# Test & lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Logs & OS
*.log
.DS_Store
