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

# ----- Virtual environments -----
.venv/
venv/
env/

# ----- Testing -----
.pytest_cache/
.coverage
htmlcov/
coverage.xml
reports/

# ----- Type checking -----
.mypy_cache/
.dmypy.json
dmypy.json

# ----- IDE / Editor -----
.vscode/
.idea/
*.swp
*.swo
*~

# ----- OS -----
.DS_Store
Thumbs.db

# ----- AutoWeave specific -----
.env
.env.local
config/secrets/
var/
workspaces/
workspace/
my-weave-project/
tmp/
ergon-*.json
context.md
/agents/
/configs/

# ----- Stray build artifacts -----
*.jpeg
*.jpg
!docs/**/*.jpeg
!docs/**/*.jpg
