mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Just noticed that that wasn't included and had to add it myself. :) Figured I'd share it back.
22 lines
199 B
Plaintext
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
|