# Source Control
.git
.gitignore

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
.pytest_cache/
.coverage
htmlcov/

# Gemini / IDEs
.claude/
.vscode/
.idea/
.gemini/

# Project Specific
tests/
website/
web/
docs/
CHANGELOG.md
README.md
Dockerfile
docker-compose.yml
pytorch_segmentation_models_trainer/custom_models/pretrained/
pytorch_segmentation_models_trainer/custom_models/rnn/
