[b44cdf]: / .gitignore

Download this file

26 lines (20 with data), 275 Bytes

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
eggs/
.eggs/
*.egg-info/
*.egg

# Sphinx documentation
docs/_build/

# Cython debug symbols
cython_debug/

# IDE settings
.vscode/