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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/
.tox/

# Jupyter
.ipynb_checkpoints/

# tamga runtime artifacts
.tamga/
*.docbin
results/
reports/
/runs/
/study.yaml

# mkdocs build output
/site/

# ad-hoc setup scripts
scratch/

# uv lockfile (not tracked; regenerated by uv pip compile / uv sync)
uv.lock

# Local raw-corpus artifacts (cleaned copies live under examples/*/corpus/)
/data/
/stylometry-federalist.zip

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
*~

# Environment / secrets
.env
.envrc
examples/**/.tamga/
