# 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

# Virtual Environment
venv/
ENV/
env/
.env

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

# Project specific
logs/
*.log
data/
test_data/
.coverage
htmlcov/

# ChromaDB
.chroma/
chroma_logs.log

# Jupyter Notebooks
.ipynb_checkpoints
*.ipynb

# Poetry
poetry.lock
dist/

# Test cache
.pytest_cache/
.coverage
htmlcov/
