codepilot / .gitignore
ayushm98's picture
v3.2: Complete multi-agent workflow with Explorer-first architecture
45bf590
raw
history blame contribute delete
281 Bytes
# Environment
.env
.env.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project specific
.codepilot_cache/
.chainlit/
# Claude Code
.claude/
# Test files
manual_tests/
# Logs
*.log