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

Include .venv/ alongside venv/ to align with common Python virtual environment practices as recommended in the official documentation.
15 lines
138 B
Plaintext
15 lines
138 B
Plaintext
.idea/
|
|
.lsp/
|
|
.vscode/
|
|
.env
|
|
.venv/
|
|
venv/
|
|
pr_agent/settings/.secrets.toml
|
|
__pycache__
|
|
dist/
|
|
*.egg-info/
|
|
build/
|
|
.DS_Store
|
|
docs/.cache/
|
|
.qodo
|