# Visual Studio
.vs/
.vscode/

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

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

# Python cache files
__pycache__/

# Generated files
tests/IronPython.Tests/TestResults/
tests/IronPython.Tests/runsettings.*.xml

# created by CPython tests
src/core/IronPython.StdLib/lib/lib2to3/Grammar*.pickle
src/core/IronPython.StdLib/lib/lib2to3/PatternGrammar*.pickle
