mirror of
https://github.com/LAION-AI/Open-Assistant.git
synced 2026-03-29 18:17:05 +00:00
Add ```.idea/``` folder to ```.gitignore``` for devs. who work in PyCharm IDE. ```python # JetBrains PyCharm: .idea/ ```
28 lines
358 B
Plaintext
28 lines
358 B
Plaintext
.venv*
|
|
venv
|
|
.env
|
|
*.pyc
|
|
*.swp
|
|
*.egg-info
|
|
__pycache__
|
|
.DS_Store
|
|
|
|
# Generated files
|
|
backend/oasst-openapi.json
|
|
backend/openapi.json
|
|
|
|
# ignore jupyter notebook checkpoints
|
|
.ipynb_checkpoints
|
|
|
|
*.log
|
|
*.db
|
|
|
|
# edit docs using obsidian.md, these files should not appear in the repo
|
|
.obsidian/
|
|
.pytest_cache/
|
|
|
|
/docker-compose.override.yml
|
|
|
|
# JetBrains PyCharm:
|
|
.idea/
|