Feat: add a gitignore

This commit is contained in:
Bertrand Benjamin 2022-07-05 07:08:42 +02:00
parent fb8cc804f3
commit 27e5c52548
1 changed files with 29 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
example/build
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# 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