# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

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

output_old/
# PyInstaller
*.manifest
*.spec

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
CLAUDE.md
PACKAGING_SUMMARY.md
PUBLISHING.md
**/_version.py


# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# test_*
old_*
new_dataset/

# Project specific
output/
*.mp4
*.avi
*.mov
*.mkv
*.flv
*.wmv
*.webm
*_transcription.json
settings.local.json
problem-statement.md
.uvguide

# OS
.DS_Store
Thumbs.db
