# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Virtual envs
.venv/
venv/
env/
.env
.envrc

# Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

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