# Environment and Secrets
.env
.env.dev
.env.local
.env.*.local
tokens.json
bot/tokens.json
auth_state.json
*.pem
*.key

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/
.pyre/
.coverage
.coverage.*
htmlcov/
.pytest_tmp/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.venv
venv/
ENV/
env.bak/
venv.bak/

# AI / Agents
.agent/
.agents/
.gemini/
.antigravity/
.kiro/
plugins/
brain/
logs/
*.log

# IDE
.vscode/
!.vscode/extensions.json
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Bot Specific
*.pid
pocket_desk_agent.pid
reports/
temp/
tmp/

# Graphify
graphify-out/cache/
graphify-out/manifest.json
graphify-out/cost.json

# External / Sub-projects (if applicable)
# Agile AI Engineer/
/tests
