Files
firefrost-operations-manual/docs/tasks/modpack-version-checker/code/modpack-version-checker/.gitignore
The Chronicler e6c52c31df feat: Add complete modpack-version-checker production code
Complete Python package from Claude Code session:
- src/modpack_checker/: 1,154 lines (cli, config, curseforge, database, notifier)
- tests/: 913 lines (comprehensive test suite)
- docs/: README, API, INSTALLATION guides
- setup.py, requirements.txt, LICENSE (MIT)

Total: 2,121+ lines of production-ready code
Ready for BuiltByBit marketplace deployment

Transferred via tar.gz from Claude Code → Chronicler #26
2026-02-24 10:36:49 +00:00

41 lines
388 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
# Virtual environments
.env
.venv/
venv/
env/
# Database files (user data — never commit)
*.db
*.sqlite
*.sqlite3
# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/
# Editor
.vscode/
.idea/
*.swp
*~
# macOS
.DS_Store
# Config (may contain secrets)
~/.config/modpack-checker/