Skip to content

Commit

Permalink
Merge pull request #1 from SNEWS2/JostMigenda/gitignore
Browse files Browse the repository at this point in the history
add basic .gitignore file
  • Loading branch information
jpkneller authored Jun 19, 2024
2 parents 424484f + c6d39fc commit e5c10ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# compiled code and build products
__pycache__/
*.pyc
*.so
build/
dist/
*.egg-info/

# editor-specific
.vscode/

# output files of EMEWS_example.py
out/

0 comments on commit e5c10ae

Please sign in to comment.