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

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

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Virtual environments
.venv/
venv/

# Git worktrees
.worktrees/
