# Python build artifacts
__pycache__/
*.py[cod]
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/
build/
dist/

# Virtual envs
.venv/
venv/
env/

# Editor / OS cruft
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Hypothesis cache
.hypothesis/
