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

# Virtual environments
pinn/
.venv/

# IDE
.vscode/
.idea/
.DS_Store
.ruff_cache

# Testing
.pytest_cache/
.coverage
htmlcov/

# Training artifacts
experiments/
checkpoints/
*.log

# Model weights
*.pth
*.pt

# Notebooks
notebooks/images/
.ipynb_checkpoints/

# Docs
site/
docs/linkedin/

# Sensitive
.env
.claude/scheduled_tasks.lock
