forked from Pipelex/pipelex
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (43 loc) · 698 Bytes
/
.gitignore
File metadata and controls
58 lines (43 loc) · 698 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# mkdocs
site/
# Unit test / coverage reports
htmlcov/
.pytest_cache/
.coverage
coverage.xml
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# mypy
.mypy_cache/
# Ruff
.ruff_cache/
# General System Files
*.log
.DS_Store
Thumbs.db
# Files generated by unit tests
reports/
results/
# Pipelex libraries, duplicated from pipelex/libraries/ by `pipelex init-libraries`
/pipelex_libraries
# personnal pipelex config file that overrides the default one
pipelex_super.toml
# temporary files
temp/
gcp_credentials.json
/pipelex.toml
settings.local.json