# Environment variables
.env
.env.prod

# 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 environments
venv/
env/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Application specific
data/
uploads/
vector_store/
/models/
!src/api/models/
*.log

# Test artifacts
.coverage
htmlcov/
coverage.xml
test_report.json
test_coverage_report.json
.pytest_cache/

# Documentation build artifacts
docs/_build/

# Streamlit
.streamlit/