# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.whl

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

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Testing
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.pytest_cache/

# OS
.DS_Store
Thumbs.db

# Build artifacts / rendered output
*.mp4
*.mov
*.webm
*.gif
*.avi
test_output.*

# Docs build
site/

# Example output (generated by running examples)
examples/output/

# Internal project documents (not part of the distributed package)
PYMOTION_STATE.md
PyMotion_PRD.md
PyMotion_Framework_Paper.docx
