Browse Source

gitignore

master
Nils 3 years ago
parent
commit
28caede095
  1. 31
      .gitignore
  2. BIN
      bug01/__pycache__/settings.cpython-38.pyc

31
.gitignore

@ -0,0 +1,31 @@
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
#nuitka and makefile
*.bin
*.build
Makefile
engine/compiledprefix.py
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

BIN
bug01/__pycache__/settings.cpython-38.pyc

Binary file not shown.
Loading…
Cancel
Save