diff --git a/.gitignore b/.gitignore index ee58b2d..8b0f475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,38 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +.Python +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ +*.egg-info/ +.dist-info/ +*.egg + +# Logs +*.log + +# Unit test / coverage reports +.coverage +*.cover +.hypothesis/ +.pytest_cache/ + +# Jupyter Notebook checkpoints +.ipynb_checkpoints + +# IDEs and editors +.vscode/ +.idea/ +*.swp +*.swo + +# Existing entries *.db* *.png .* @@ -38,4 +73,3 @@ logs_* *.exe *.out *.app -