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

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

# Virtual environments
.venv/
venv/
.env
.env.*
!.env.example

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

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

# Ruff
.ruff_cache/

# Python type checker
.mypy_cache/

# UV
uv.lock

# OS
.DS_Store
Thumbs.db

# Project-specific
*.log
