diff --git a/.gitignore b/.gitignore index 8d59848..8d4e09f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,23 @@ - -# Ignore python cache +# Byte-compiled / optimized / DLL Files __pycache__/ +*.py[cod] +*$py.class -# Ignore pytest cache -.pytest_cache - -# virtualenv -env/ -venv/ +# Virtual Envornments .venv +venv/ +env/ -# Vscode settings +# Editor project settings +## VSCode .vscode/ - -# Ignore intellij Files (PyCharm) -.idea - -# Ignore spyder Files +## PyCharm intellij +.idea/ +## repl.it +.replit +## Spyder .spyproject/ +.spyderproject/ # Ignore ds store files .DS_STORE