# Python bytecode and build artifacts
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

# Test, coverage, and type-checker output
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Secrets and machine-local configuration
.env
.env.*
!.env.example
config/config.yaml
config/*.local.*

# Editors and operating systems
.idea/
.vscode/
.DS_Store

# Runtime output
*.log
workspace/
logs/
.demo-week2/
