# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Python bytecode / caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
.python-version

# Virtual environments
.venv/
venv/
env/

# Test / lint / type-check caches and coverage
.pytest_cache/
.hypothesis/
.testmondata
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Local env files / secrets
.env
.env.*
.envrc
*.local

# Runtime outputs / generated data
data/
benchmarks/results/
*.parquet
*.feather
*.arrow
*.log

# Reference PDFs (large binary files)
*.pdf

effective_config_artifacts/

# Hugo docs build artifacts
public/
site/public/
site/resources/
site/.hugo_build.lock
site/.generated/
site/node_modules/

.codex
.gstack/
