# Python
__pycache__/
*.py[cod]
*.so

# Environments
.env
.venv
env/
venv/
ENV/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyCharm
.idea/

# VS Code
.vscode/

# Pytest Cache
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Docker
docker-compose.override.yml

# Qdrant data
qdrant_data/

# Operating System Files
.DS_Store
Thumbs.db


*.sqlite