forked from apify/crawlee-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (47 loc) · 756 Bytes
/
.gitignore
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Cache
__pycache__
.mypy_cache
.pytest_cache
.ruff_cache
# Virtual envs
.venv
.direnv
.envrc
.python-version
# Poetry
poetry.toml
# Other Python tools
.ropeproject
# Mise
mise.toml
.mise.toml
# Egg and build artifacts
*.egg-info/
*.egg
dist/
build/
# Coverage reports
.coverage*
htmlcov
# IDE, editors
.vscode
.idea
.DS_Store
.nvim.lua
Session.vim
# Docs
docs/changelog.md
# Website build artifacts, node dependencies
website/build
website/node_modules
website/.yarn
website/.docusaurus
website/api-typedoc-generated.json
website/apify-shared-docspec-dump.jsonl
website/docspec-dump.jsonl
website/module_shortcuts.json
website/typedoc-types*
# npm lockfile (we use yarn)
website/package-lock.json
# Default directory for memory storage
storage/