# 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
PYTHONPATH

# Virtual Environment
venv/
env/
ENV/
.venv/
.env/

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

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

# Database files
data
*.db
*.sqlite
*.sqlite3

# Logs
logs/
*.log
test_*.log

# Local configuration
config.local.py
config.local.json
.env.local

# Runtime files
*.pid
*.sock

# Certificates and keys
*.pem
*.key
*.crt
*.p12

# Local storage and data
local_storage/
agent_data/
Memory/*/
!Memory/.gitkeep

# MCP server temporary files
mcp_*.tmp

# Performance profiling
*.prof
*.pstats

# Cache files
.cache/
*.cache

# Test coverage
.coverage
htmlcov/
.pytest_cache/

# Temporary files
*.tmp
*.temp

# Test and debug files
my_test_*.py
local_test_*.py
test_*.py
test_*_fixed.py
test_*_debug.py
test_*_temp.py
cleanup_*.py
create_*.py
monitor_*.py
*_test.py
*_debug.py
*_temp.py
*_backup.py
experiment_*.py
demo_*.py
scratch_*.py
tmp_*.py
quick_*.py

# Agent-specific files
agent_*.json
agents_registry.json

# Interactive session data
interactive/session_data/
interactive/*.db

# Database visualization temporary files
database_visualization/temp/
database_visualization/*.db
database_visualization/logs/