# Project-specifc

# IDE Cache
.vscode/
.cursor/
.cursorignore
.jupyter/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz

# Jupyter
.ipynb_checkpoints/

# Testing
.coverage
coverage.xml

# Packaging
site/
dist/
build/
*.egg-info/
*.egg
*.whl

# Linting
.ruff_cache/
.mypy_cache/

# OS-generated
.DS_Store
.DS_Store?
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# nektos/act local testing
.github/.secrets
.secrets