Skip to content

Commit 6c1396e

Browse files
SachaMorardsachamorard
andauthored
chore: gitignore (#2)
Co-authored-by: sachamorard <254275+SachaMorard@users.noreply.github.com>
1 parent 7bccb99 commit 6c1396e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# OS generated files
2+
DS_Store
3+
*.DS_Store
4+
.DS_Store?
5+
._*
6+
.Spotlight-V100
7+
.Trashes
8+
ehthumbs.db
9+
Thumbs.db
10+
11+
# IDE
12+
nbproject
13+
.buildpath
14+
.project
15+
.settings
16+
.idea
17+
.vscode
18+
.direnv
19+
120
__pycache__/
221
*.pyc
322
dist/

0 commit comments

Comments
 (0)