# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyright/

# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Local runtime data — learner profiles are private by default
data/
*.sqlite
*.sqlite3
*.db
.env
.env.local

# Secrets
*.pem
*.key

# Logs
logs/
*.log
