# Auto-generated by hatch-vcs
src/ml4t/agent/_version.py

# Release notes are published as GitHub Releases, not tracked in-repo
RELEASE_NOTES_*.md

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

# Virtual environments
.venv/
.venv-*/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.ty_cache/

# MkDocs build output
site/

# Jupyter
.ipynb_checkpoints/

# setuptools-scm
src/ml4t/agent/_version.py

# Claude Code / Codex (local development only)
CLAUDE.md
AGENTS.local.md
.claude/
.agents/

# Secrets / local env
.env
.env.*
!.env.example

# OS
.DS_Store
