# Agent-internal workspace
.agents/

# Python virtual environments
.venv/
venv/

# Build outputs & packaging artifacts
target/
dist/
build/

# Python caches and test artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor and OS files
.idea/
.vscode/
.DS_Store
*.swp
*.swo
*.tmp
*.log

# Secrets and environment files
.env
.env.*
*.pem
*.key
*.p12
*.pfx
