Files
tellscoin/.gitignore
Beda Schmid 9a8a10a489 Adds license and initial changelog
### Added
- Adds an unlicensed public-domain license to permit unrestricted use.
- Adds an initial versioned changelog entry for v0.1.0.
- Adds a project avatar to the landing page to strengthen branding.
- Adds a rule to ignore macOS metadata files.
- Add assets
2026-02-15 14:09:05 -03:00

9 lines
71 B
Plaintext

.env
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
data/dashboard.db
.DS_Store