forked from apify/apify-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (35 loc) · 637 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (35 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file tells Git which files shouldn't be added to source control
.idea
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
/storage
apify_storage
crawlee_storage
node_modules
dist
tsconfig.tsbuildinfo
storage/*
!storage/key_value_stores
storage/key_value_stores/*
!storage/key_value_stores/default
storage/key_value_stores/default/*
!storage/key_value_stores/default/INPUT.json
# Added by Apify CLI
.venv
.env
# Aider coding agent files
.aider*
.codex
.shepherd
# MCP registry private key
key.pem
# Ignore MCP config for Opencode client
opencode.json
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
dev.log