# Build output
bin/

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out

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

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
dist/

# MkDocs build output
docs-site/site/

# agentlog data (local runtime state)
*.pid
*.sock
