diff options
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 |
