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

# Virtual environments
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/

# Test and coverage output
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checker caches
.mypy_cache/
.ruff_cache/
.pyright/

# Tooling and local environment
.env
.env.*
!.env.example
.python-version

# Editors and OS files
.idea/
.vscode/
*.swp
*~
.DS_Store
Thumbs.db
