Skip to content

Commit

Permalink
Add .gitignore (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuncek authored Dec 1, 2023
1 parent 0444724 commit bd827df
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Compiled python
*.pyc
*.pyd

# Editor temporaries
*.swn
*.swo
*.swp
*~

# NFS handle files
**/.nfs*

# Sublime Text settings
*.sublime-workspace
*.sublime-project

# Visual Studio Code files
.vs
/.vscode/*
!/.vscode/extensions.json
!/.vscode/settings_recommended.json

# Output files
./output
./Output

0 comments on commit bd827df

Please sign in to comment.