diff options
| author | Yuval Adam <_@yuv.al> | 2019-12-17 14:36:48 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-12-17 14:36:48 +0200 |
| commit | 687163e09a1187645f5717435ce6f7ddb472b580 (patch) | |
| tree | 083d0ca82ef4fbcd35283fa0022e1b877582839f /cron/.gitignore | |
| parent | d58edeb2934a6e10b6852fbb6f1dc15cb1cf61d5 (diff) | |
Prepare for deploy
Diffstat (limited to 'cron/.gitignore')
| -rw-r--r-- | cron/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cron/.gitignore b/cron/.gitignore index 22e4d37..0965ab7 100644 --- a/cron/.gitignore +++ b/cron/.gitignore @@ -1,6 +1,7 @@ # Distribution / packaging .Python env/ +venv/ build/ develop-eggs/ dist/ @@ -15,6 +16,7 @@ var/ *.egg-info/ .installed.cfg *.egg +.env __pycache__ *.pyc |
