
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt

# pysaka local state
sync_state.json
tokens.json
*_data/

# Environment Variables
.env
.env.*

# Tooling
.ruff_cache/
.mypy_cache/

# Distribution
build/
dist/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/
.benchmarks/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
.cache/

# Docs site (Astro)
node_modules/
.astro/
