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

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

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

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

# uv
# Keep uv.lock tracked; ignore only local downloads
.uv/

# hatch-vcs auto-generated version file (single source of truth = git tag)
src/harness_agent/_version.py

# Local agent runtime artifacts (when using examples/)
agent_root/
.e2e_root/
.cos_e2e_root/
.init_demo_root/
.skills_tour_root/
*.sqlite
*.sqlite-journal
sessions/

# Direnv
.envrc
.env
.env.local
