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

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/
MANIFEST

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

# IDE / Editors
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
*.sublime-project
*.sublime-workspace

# Testing / Coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.hypothesis/
*.cover
coverage.xml
nosetests.xml

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Linting
.ruff_cache/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
Desktop.ini

# Logs
*.log
logs/

# ML / AI specific
*.pt
*.pth
*.ckpt
*.safetensors
*.bin
*.gguf
.cache/
huggingface/
~/.cache/huggingface/

# Node.js / VitePress docs
node_modules/
docs/node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/

# Project specific - test data directories
test_data/
tests/fixtures/images/
/in/
/out/
/synthetic/
/captions/
/resized/
/dataset/
/masks/
/augmented/
/character_raw/
