-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
53 lines (40 loc) · 809 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
# .gitignore
# Python cache files
tests/__pycache__/
__pycache__/
__pycache__
*.pyc
*.pyo
*.pyd
*.pyc
# dist builds
dist
# Egg info
*.egg-info/
# If you are using any database
*.db
*.sqlite3
# If you are using any logging files
*.log
# Jupyter notebook checkpoints
.ipynb_checkpoints/
# For MacOS
.DS_Store
# For other IDEs
.vscode/
.idea/
# Holds extra content
detritus/
# testing stuff
.hypothesis
tests/.pytest_cache
.pytest_cache
# ignore the absurdly huge jsonl file
# absurdly_huge.jsonl # actually, needed for CI
# deployment stuff
tests/version_increments/test_sink_version.py
tests/version_increments/dry_run_version.py
tests/readme_updates/*sink.md
tests/readme_updates/dry_run_README.md
tests/readme_updates/renamed_dry_run_README.md
tests/version_increments/renamed_dry_run_version.py