# Environment files
.env
.env.local
.env.*.local

# Secrets
*.key
*.pem
secrets/

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp

# Testing
.coverage
coverage/
.pytest_cache/

# Node
node_modules/
yarn.lock

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/

# Project-specific
CLAUDE.md

aieng_bot.egg-info/
coverage.xml
classification.json
