# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Packaging / build
build/
dist/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
ENV/
env/

# Test / type / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

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

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