# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# uv
uv.lock

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
!.env.example

# Testing / coverage
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/
