.npm

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Generated version file (from hatch-vcs)
src/mykrok/_version.py
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!src/mykrok/lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# Cache directories
.cache/
.local/

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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific
data/
demo-data/
tests/e2e/fixtures/data/
.gh-pages/
.pki/
*.log
.env
.env.*
!.env.example

# Strava tokens (security)
token.json
credentials.json
*_token.json
node_modules/

# MkDocs build output
site/
