add gitignore

main
Gabe Ortiz 4 years ago
parent 5953b64659
commit 10d9b894f5

30
.gitignore vendored

@ -0,0 +1,30 @@
#secrets
.env
# 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
Loading…
Cancel
Save