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

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

# Virtual environments
.venv/
venv/
env/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Type checker caches
.mypy_cache/
.pyre/

# Editors / IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Local env files
.env
