# Python
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
*.pyd
*.dll
*.dylib
*.o
*.obj
*.pdb

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.lib

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# VS Code
.vscode/

# Project specific
test_standalone.exe
test_standalone.pdb
