# Environment & secrets
.env
.env.*
!.env.example
.farms.json
.mcp.json

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

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db
firebase-debug.log

# Go proxy binaries
proxy/dist/
*.exe

# Google Drive publish credentials (sensitive)
proxy/scripts/.drive-token.json
proxy/scripts/.drive-file-ids.json

# Virtual environments
.venv/
venv/

# Git worktrees
.worktrees/
