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

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

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

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

# IDE / OS files
.idea/
.vscode/
.DS_Store
Thumbs.db
