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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
sdist/
share/python-wheels/
MANIFEST

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

# Test, coverage, type checker caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/

# uv
.python-version

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

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

# Logs
*.log

# Documentation build
docs/_build/
site/

# Local user-generated frame extraction outputs (project-specific)
/frames/
/output/
*.mp4.frames/

# Auto-generated by hatch-vcs, do not commit
src/vid2llm/_version.py

# Claude Code local session data
.claude/