added env/ folder to gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -315,6 +315,7 @@ paket-files/
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
env/
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
|
||||
@@ -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\" />
|
||||
|
||||
Reference in New Issue
Block a user