diff options
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6fc6b959..34b94382 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,18 @@ # Build directory /build/* +dist/ +sdists/ # Emacs files *~ # Compiled python files +__pycache__/ *.py[cod] # Generated files *.egg* **.dot **.so -VERSION \ No newline at end of file +VERSION +# Virtual environments +venv*/ +.env/ +.venv*/ \ No newline at end of file |