# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ env/ ENV/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # Configuration with secrets config/config.yaml config/config.local.yaml .env .env.local .env.*.local # Mastodon credentials *_clientcred.secret *_usercred.secret govbot_clientcred.secret govbot_usercred.secret # API keys and tokens *.key *.token *.pem credentials.json secrets.json api_keys.json # Database (contains governance data) *.db *.sqlite *.sqlite3 # Instance-specific state config/.constitution_post_id # Backups (may contain sensitive data) *.backup *.bak # Logs (may contain tokens in debug output) *.log # AI/LLM (API keys stored here) .llm/ embeddings/ .openai/ .anthropic/ # Testing .pytest_cache/ .coverage htmlcov/ # OS .DS_Store Thumbs.db nohup.out