# virtualenv folders
venv/
venv2/
venv3/
.venv/

# Python byte code
*.pyc

# build files
dist/
build/
*.egg-info/
.requirements-wheels/
neuro_san/.requirements-wheels/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# PyCharm env
.idea/

# Vim editor restore files
*.swp

# Documentation created by mkdocs which may harbor security vulnerabilities
site/

# Generated files
# Note: We actually want to check-in the generated files so they can be properly
#       exported via GitHub zip/tar.gz and wheel file mechanisms.
# **/grpc/generated/*

# macOS folder metadata
.DS_Store

# Temporary integrtion test files
tmp_*

# Transient openapi file
neuro_san/api/grpc/openapi.yaml
