56 lines
716 B
Plaintext
56 lines
716 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg
|
|
*.egg-info/
|
|
venv/
|
|
.venv/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
*.tgz
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Venus OS runtime (created by install.sh on device)
|
|
ext/velib_python
|
|
|
|
# Build artifacts
|
|
*.tar.gz
|
|
*.sha256
|
|
|
|
# IDE / AI
|
|
.idea/
|
|
.vscode/
|
|
CLAUDE.md
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment / secrets
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Sensitive config files (use *.example.json templates instead)
|
|
dbus-meteoblue-forecast/forecast_config.json
|
|
dbus-windy-station/station_config.json
|
|
|
|
# Databases
|
|
*.db
|
|
|
|
# Design reference assets (kept locally, not in repo)
|
|
inspiration assets/
|
|
venus-data.zip
|