-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (44 loc) · 701 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (44 loc) · 701 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
# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
dist/
*.egg-info/
pip-wheel-metadata/
# Environments
.env
.venv/
venv/
env/
# PDM
.pdm-python/
.pdm-python
# Note: keep pdm.lock tracked unless you intentionally want to ignore it
# Test caches
.pytest_cache/
# MyPy cache
.mypy_cache/
# VSCode / editor
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# General caches and temp
.cache/
tmp/
*.log
# Jupyter
.ipynb_checkpoints/
# Ignore a specific file
fix_excel.py
# Ignore an entire folder (always add a trailing slash)
fixed_data/
results/
# Ignore all files with a specific extension