# --- Byte-compiled / optimized / DLL files ---
__pycache__/
*.py[cod]
*$py.class
*.so

# --- Distribution / packaging ---
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST
pip-wheel-metadata/

# --- Virtual environments ---
.venv/
.venv*/
venv/
venv*/
ENV/
env/

# --- Tests / coverage ---
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.pyc

# --- Linting / typing ---
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# --- IDE / editor ---
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# --- Jupyter ---
.ipynb_checkpoints/
*.ipynb_checkpoints

# --- Environment / secrets ---
.env
.env.local
.env.*.local

# --- Warraqa runtime artifacts ---
# The output/ tree is generated per run — full of converted markdown,
# moved originals, JSON reports, and the log file. None of this should
# be tracked.
output/
!output/.gitkeep

# Marker model cache (downloaded on first run, several GB)
.cache/
models/
*.safetensors
*.bin
*.pt
*.pth

# Pandoc temp files
*.tmp

# OS junk
Desktop.ini
ehthumbs.db

# --- Misc ---
*.log
implementation.md
tasks.md