diff --git a/.gitignore b/.gitignore index b27337a..f3e02be 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,13 @@ # Temp files *.json.tmp -*.tmp.json \ No newline at end of file +*.tmp.json + +# InvenTree project files +env/ +static/ +*.sqlite3 +*.journal +*.yaml +*.yml +*.txt \ No newline at end of file