Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ venv/
*.env*
.env_example


# Build / Distribution
dist/
build/
Expand All @@ -26,6 +25,7 @@ site/
*.logfire
*.coverage/
log/
logs/

# Caches
.cache/
Expand All @@ -51,6 +51,10 @@ rag_storage/
examples/input/
examples/output/
deepcode-mcp/agent_folders
deepcode_lab/papers/

# Secrets & Config
mcp_agent.secrets.yaml

# Miscellaneous
.DS_Store
Expand Down