We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafbbf3 commit ffbcea5Copy full SHA for ffbcea5
.gitignore
@@ -99,7 +99,7 @@ ipython_config.py
99
# This is especially recommended for binary packages to ensure reproducibility, and is more
100
# commonly ignored for libraries.
101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102
-#poetry.lock
+poetry.lock
103
104
# pdm
105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
@@ -159,4 +159,4 @@ cython_debug/
159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
#.idea/
161
162
-poetry.lock
+.aider*
0 commit comments