# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Converge specific
converge_graph.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Pytest / Coverage
.pytest_cache/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Agent & Logs
ANTIGRAVITY.md
.gemini/
.agents/
.agent/
_agents/
_agent/
*.log

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store
