# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Poetry
.venv/
poetry.lock

# Environment variables
.env
.env.local

# IDE
.idea/
.vscode/
*.swp
*.swo

# Other
.DS_Store

# Project specific
/chroma_db/
/data/
.coverage
htmlcov/
.pytest_cache/
coverage.xml
*.cover
level.log
serverConfig.json
*.pyc
*.pyo
*.pyd
MANIFEST
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
.node_repl_history
*.tgz
*.tar.gz
.cache/
.parcel-cache/
.next/
out/
.nuxt/
.vuepress/dist
.serverless/
.fusebox/
.dynamodb/
