# ============================================= # Ren'Py Compiled Files (auto-generated) # ============================================= *.rpyc *.rpyb *.rpymc game/cache/ game/saves/ game/temp/ # ============================================= # Runtime Logs # ============================================= log.txt traceback.txt errors.txt game/log.txt game/traceback.txt game/errors.txt # ============================================= # Sensitive Credentials (NEVER commit these) # ============================================= *.keystore *.jks # ============================================= # macOS System Files # ============================================= .DS_Store .DS_Store? ._* .Spotlight-V7 .Trashes Thumbs.db # ============================================= # Editor & IDE # ============================================= .vscode/ .idea/ *.swp *.swo # ============================================= # Backup Files # ============================================= *.bak *.orig *.backup # ============================================= # Claude Code Session Files # ============================================= .claude/ CLAUDE.md # ============================================= # Ren'Py / Android Build Artifacts # ============================================= rapt/ .android/ # ============================================= # Python # ============================================= __pycache__/ *.py[cod] *.pyo