.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/
