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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# pytest
.pytest_cache/
.coverage
htmlcov/

# Local env files
.env
.env.local

# Build artefacts
*.whl
*.tar.gz
.secrets/

# Slide regeneration artefacts
videos/slides/*.orig.*
videos/*.orig.*
