Skip to content

Commit

Permalink
add some stuff to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed May 16, 2024
1 parent 35737e1 commit bdcbcec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Odd Python stuff
numpy
scipy
*.egg-info

# Python build results
/MANIFEST
Expand Down Expand Up @@ -86,3 +87,9 @@ ui_*.h
# vscode related thingss
.vscode/
.theia/

# cython build artifacts
vhsdecode/*.c

# auto-generated version file
vhsdecode/_version.py

0 comments on commit bdcbcec

Please sign in to comment.