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

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

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

# Virtual environments
.venv/
venv/
env/

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store