Skip to content

Commit abc72f8

Browse files
committed
git ignore!
1 parent 70ab50c commit abc72f8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Ignore Mac system files
2+
.DS_Store
3+
4+
# Ignore pip dist folder
5+
# Ignore egg-info
6+
7+
dist
8+
MANIFEST
9+
10+
# Ignore files related to API keys
11+
.env
12+
13+
# Ignore SASS config files
14+
.sass-cache
15+
16+
# Ignore Private files
17+
Private/
18+
19+
# Ignore docs build
20+
site/
21+
*.zip
22+
.cache
23+
24+
__pycache__
25+
26+
*.pyc
27+
*.so

0 commit comments

Comments
 (0)