# Visual Studio
.vs/
.vscode/

# Temporary VS files
*.suo
*.csproj.user
launchSettings.json

# Build results
obj/
bin/
Package/Release/
*.binlog

# NuGet Packages
packages/

# Python cache files
__pycache__/

# Generated files
Src/IronPythonTest/TestResults/
Src/IronPythonTest/runsettings.*.xml

# created by CPython tests
Src/StdLib/Lib/lib2to3/Grammar*.pickle
Src/StdLib/Lib/lib2to3/PatternGrammar*.pickle
