ChatDev/.gitignore
2023-10-05 16:17:04 -04:00

11 lines
61 B
Plaintext

*.pyc
.DS_Store
.idea
.vscode
# env
.env/
.venv/
env/
venv/