# 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
MANIFEST

# Virtual Environment
venv/
ENV/
env/
.venv/
.venv

# uv
.uv/
uv.lock

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

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# Environment
.env
.env.local
.env.*.local

# Output
output/
outputs/
*.jsonl
*.xlsx
!tests/fixtures/*.xlsx
!tests/fixtures/*.jsonl

# Checkpoint files
.data4ai_checkpoint/

# Logs
*.log
logs/

# Documentation build
docs/_build/
docs/.doctrees/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
.directory
.Trash-*
test-env/*
