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

# Packaging / build artifacts
build/
dist/
wheels/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# Test, coverage, and type-checker caches
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/
.mypy_cache/
.dmypy.json
.ruff_cache/
.hypothesis/

# IDEs / editors
/.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db
