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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

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

# Test / type / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Editors and IDEs
.vscode/
.idea/

# Logs / temp
*.log
*.tmp

# Environment configuration
.env

# OS metadata
.DS_Store
Thumbs.db
