diff --git a/.gitignore b/.gitignore index 2d72720d3..9b045cfb6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # Odd Python stuff numpy scipy +*.egg-info # Python build results /MANIFEST @@ -86,3 +87,9 @@ ui_*.h # vscode related thingss .vscode/ .theia/ + +# cython build artifacts +vhsdecode/*.c + +# auto-generated version file +vhsdecode/_version.py