diff --git a/.gitignore b/.gitignore index db51b48..1f4fb02 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,11 @@ *.glsl *.pyc *.vpy -/tests/dependencies/* -/tests/output/* build/ dist/ venv/ + +# Test files +*test*.py +/*test*/* +/*test*/**/*