diff options
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8e8c01b..5707130 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ *.py~ + +# Distribution / packaging build/ +__pycache__/ +eggs/ +.eggs/ +*.egg-info/ +*.egg + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ \ No newline at end of file |