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

# 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

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

# Testing & Linting
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Graphify output directory
graphify-out/

# Media temporary files and test artifacts
*.mp4
*.mkv
*.avi
*.mp3
*.aac
*.wav
*.flac
*.m4a
*.webm
*.ogg
*.ts
*.srt
*.vtt
*.log
*.txt
!requirements*.txt
!docs/**/*.txt
output_examples/

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

# OS generated
.DS_Store
Thumbs.db
