-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
114 lines (95 loc) · 1.54 KB
/
.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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# ================================================
# MichaelAngelo Project GitIgnore
# ================================================
# Byte-compiled / Optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Image cache / Temporary files
*.tmp
*.temp
*.swp
*.swo
*.bak
*.backup
*.orig
*.rej
*.save
# Log Files
*.log
logs/
*_log.txt
*.txt
# Virtual Environment / Python Environment
env/
ENV/
.venv/
.ENV/
venv/
*.venv/
*.env
# Downloaded / Processed Images & Frames
downloaded_images/
processed_images/
processed_flickr_images_abstract/
processed_other_images/
Frames/
dataset/
# Master Metadata & Global Metadata Files
master_metadata.json
global_metadata.json
metadata.json
# Dataset Folders (Muse's Outputs)
Muse_Dataset/
output/
exported_data/
augmented_data/
dataset/
# IDE and Editor Settings (Keep your tools personal!)
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Backup and Miscellaneous Files (Unnecessary for the repository)
*.bak
*.swp
*.temp
*.save
# OS Generated Files (Unnecessary clutter)
.DS_Store
Thumbs.db
ehthumbs.db
Icon?
desktop.ini
# IPython / Jupyter Notebook Settings
.ipynb_checkpoints
*.ipynb_checkpoints
# Python Packaging / Build artifacts
build/
dist/
*.egg-info/
.eggs/
*.whl
*.wheel
# C Extensions / Compiled Code
*.so
# Test Reports / Coverage Reports
*.cover
*.py,cover
.coverage
.coverage.*
*.egg
*.tox/
.nox/
.pytest_cache/
.tox/
test-reports/
# Project's Temp Files
cache/
tmp/
temp/
# File & Folder Attributes (Keep your creative touch)
.svn/
.git/
.svn/
# Preserve the beauty, Keep it clean!