diff --git a/.gitignore b/.gitignore index bea1349f..d7b1e88a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,30 @@ -.vscode +# Some categories and items copied from https://github.com/github/gitignore/blob/main/Python.gitignore + +# Byte-compiled / optimized / DLL files __pycache__ -**.ipynb -.idea -venv -.venv/ -.env +# Distribution / packaging +.Python +build/ +dist/ +sdist/ +*.egg-info/ + +# Unit test / coverage reports .coverage coverage.xml -AntaresWebDesktop/ .tox/ +# Environments +.env +.venv +env/ +venv/ + +# Jupyter notebooks +**.ipynb + +# Other +.vscode +.idea +AntaresWebDesktop/