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

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

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

# Logs
*.log
logs/
logs/

# Database files
*.db
*.db-shm
*.db-wal
agent_data/

# Docker
.dockerignore
Dockerfile*
docker-compose*.yml
.devcontainer/

# Git
.git/
.gitignore
.gitattributes

# Documentation
*.md
docs/
archive/

# Node modules
node_modules/
npm-debug.log
yarn-error.log

# Environment files
.env
.env.*
!.env.example

# Cloud build
cloudbuild*.yaml

# Temporary files
tmp/
temp/
*.tmp
