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

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

# Virtual environments
.venv/
venv/
ENV/

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Type checker caches
.mypy_cache/
.ruff_cache/
.dmypy.json

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

# OS junk
.DS_Store
Thumbs.db
