# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Environments
.venv/
venv/
env/
.env
.env.*
!.env.example

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
.tox/
.nox/

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

# Parity working data — baselines and runs may contain captured payloads.
# Commit them deliberately, never by accident.
.parity/
*.parity.jsonl
parity-run-*.json
