forked from jcarletto27/Camo-Stencil-Studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (37 loc) · 688 Bytes
/
.gitignore
File metadata and controls
57 lines (37 loc) · 688 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
--- Python Standard ---
pycache/
*.py[cod]
*$py.class
--- Virtual Environments ---
Common names for virtual envs
venv/
env/
.venv/
.env/
Scripts/
Lib/
--- IDE Settings (VS Code, PyCharm, etc) ---
.vscode/
.idea/
*.swp
--- Project Outputs (Don't commit generated files) ---
Ignore output folders generated by the script
*_output/
Ignore generated file types in the root directory
(Keep these if you want to commit example outputs, otherwise ignore them)
*.svg
*.stl
*.gcode
Ignore temporary previews
*_PREVIEW.jpg
*_PREVIEW.png
_PREVIEW_combined.jpg
--- OS Generated Files ---
.DS_Store
Thumbs.db
Desktop.ini
--- Logs ---
*.log
--- Other ---
assets/
user_settings.json