-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (68 loc) · 877 Bytes
/
Copy path.gitignore
File metadata and controls
80 lines (68 loc) · 877 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class
# Python environments
.venv/
venv/
env/
ENV/
# Python packaging
*.egg-info/
.eggs/
wheels/
pip-wheel-metadata/
*.egg
MANIFEST
# Build output
build/
dist/
# PyInstaller temporary files
*.manifest
# Test and coverage output
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
junit.xml
# Static analysis caches
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/
# SQLite runtime data
bprei_history.sqlite3
*.sqlite3-shm
*.sqlite3-wal
*.db-shm
*.db-wal
# BPREI runtime logs
bprei_start.log
*.log
# IDE and editor files
.idea/
.vscode/
.vs/
*.code-workspace
*.suo
*.user
*.userosscache
*.sln.docstates
# Notepad++ backup files
*.bak
*.nppBackup
# Operating system files
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
Thumbs.db:encryptable
Desktop.ini
$RECYCLE.BIN/
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~