# 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 Environment
venv/
env/
ENV/

# IDE
.idea/
*.swp
*.swo
.project
.pydevproject
.settings/

# Logs
logs/
*.log

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# Environment variables
.env
.env.local

# MCP specific
.cursorrules
acl.dev.yaml

# OS specific
.DS_Store
Thumbs.db
._*

# Session files (but keep directory structure)
sessions/
!sessions/.gitkeep
*.session
*.session-journal

# MCP Registry
.mcpregistry_github_token
.mcpregistry_registry_token

# Miscellaneous
.misc/

# Codegraph (local code analysis index)
.codegraph/
