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

# C extensions
*.so

# Python virtual environments
.venv/
venv/
env/
ENV/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Test / coverage / quality tool caches
.coverage
.coverage.*
.cache/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.tox/
.nox/
htmlcov/
coverage.xml
*.cover
*.py,cover

# Type checker / language server
.pyright/

# Jupyter
.ipynb_checkpoints/

# Environment and local secrets
.env
.env.*
!.env.example

# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/

# Local project data and generated artifacts
data/
weights/
outputs/
runs/
tmp/
temp/

# Packaged default AutoShot weights.
!src/shotsplit/weights/
!src/shotsplit/weights/ckpt_0_200_0.pth

# Logs
*.log
logs/

# OS files
.DS_Store
Thumbs.db
