Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Mar 31, 2022
1 parent ea9b98b commit cc65f29
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go
*.exe
*.exe~
*.dll
*.dylib
*.out
*.so

# Python
*.pyc
*.pyo
__pycache__/
*.pyproj

# Other
.DS_Store
*.swp

0 comments on commit cc65f29

Please sign in to comment.