diff --git a/Python.gitignore b/Python.gitignore index e15106e3..aef2a8e1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,3 +1,5 @@ +data + # Byte-compiled / optimized / DLL files __pycache__/ *.py[codz] @@ -85,7 +87,7 @@ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. @@ -199,7 +201,7 @@ cython_debug/ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder -# .vscode/ +.vscode/ # Ruff stuff: .ruff_cache/