diff --git a/.gitignore b/.gitignore index bd5a7e1..8da35ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Ruff +.ruff_cache/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -82,11 +85,6 @@ target/ profile_default/ ipython_config.py -# venv -Scripts/ -Include/ -pyvenv.cfg - # 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: @@ -106,7 +104,15 @@ pyvenv.cfg # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock -# PEP 582; used by e.g. github.com/David-OConnor/pyflow +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ # Celery stuff @@ -150,7 +156,7 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder.