mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00

This commit updates the .gitignore file to ignore .DS_Store files, which are created by macOS. These files are not relevant to the project and should not be included in version control. Signed-off-by: Kamakura.Yx <barnett.yuxiang@gmail.com>
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
.idea/
|
|
venv/
|
|
pr_agent/settings/.secrets.toml
|
|
__pycache__
|
|
dist/
|
|
*.egg-info/
|
|
build/
|
|
review.md
|
|
.DS_Store
|