Files
datatab 618ad473c3 Add PyCharm IDE specific .gitignore files. (#2876)
Add ```.idea/``` folder to ```.gitignore``` for devs. who work in
PyCharm IDE.

```python

# JetBrains PyCharm:
.idea/

```
2023-04-27 12:11:08 +02:00

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/