# Python / virtual environments
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/

# Hatch / pytest / tooling artifacts
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
artifacts/

# Build artifacts
dist/
build/
*.egg-info/

# Editor / OS files
.DS_Store
.idea/
.vscode/

# Jupyter and notebooks
.ipynb_checkpoints/

# Storage and runtime data
.out_of_context/

