# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# Distribution / packaging
build/
dist/
site/
*.egg
*.egg-info/
.eggs/
*.manifest
*.spec
pip-wheel-metadata/
share/python-wheels/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/
.tox/
.nox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json
.pytype/
pyrightconfig.json

# Logs (app, MediaMTX, FFmpeg, etc.)
*.log
logs/
*.log.*

# Jupyter
.ipynb_checkpoints/

# IDEs / editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Local / secrets
.env
.env.*
!.env.example
*.local

# Cursor / tooling (optional local artifacts)
*.tmp
.cache/

# logs / errors
nul
