Tim Vergenz 77e9e18a79
Update Python gitignore template to add *.pyc
Just noticed that that wasn't included and had to add it myself. :) Figured I'd share it back.
2018-05-17 12:02:30 -07:00

22 lines
199 B
Plaintext

# Distribution / packaging
.Python
*.pyc
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Serverless directories
.serverless