added env/ folder to gitignore

This commit is contained in:
Computerboer
2024-07-13 00:17:22 +02:00
parent ff3dd65e3f
commit 338be3b94e
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -315,6 +315,7 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
env/
# Cake - Uncomment if you are using it
# tools/**

View File

@@ -39,11 +39,15 @@
<InterpreterReference Include="Global|PythonCore|3.6-32" />
</ItemGroup>
<ItemGroup>
<Content Include=".github\workflows\main.yml" />
<Content Include=".gitignore" />
<Content Include="data\locationfiles\NL.txt" />
<Content Include="data\locationfiles\readme.txt" />
<Content Include="requirements.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include=".github\" />
<Folder Include=".github\workflows\" />
<Folder Include="data\locationfiles\" />
<Folder Include="models\" />
<Folder Include="data\" />