Initial push: Fork setup and codebase documentation

- Added .github and .vscode to .gitignore
- Created Docs folder with comprehensive documentation
- Added CODEBASE_ANALYSIS.md: Detailed analysis of existing bot architecture
- Added PROJECT_ROADMAP.md: Project goals and development roadmap
- Project goal: Transform Channel Points Miner into Twitch Drops Miner
This commit is contained in:
2026-02-17 14:13:57 +01:00
parent 92b9e74d37
commit 9f2f62e2f2
3 changed files with 777 additions and 0 deletions

6
.gitignore vendored
View File

@@ -140,6 +140,12 @@ cython_debug/
# PyCharm
.idea/
# VS Code
.vscode/
# GitHub
.github/
# Custom files
run.py
chromedriver*