# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
dist/
build/
*.egg

# Virtual environments
.venv/
.venv*/
venv/
ENV/

# Test / type / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Local env
.env
.env.*
!.env.example
