# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Node / Astro docs build
node_modules/
docs/dist/
docs/.astro/

# OS / editors
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/

# Secrets / credentials (never commit tokens)
pypi
.pypirc
*.token
.env
.env.*
