# ===== Secrets ===== gcp-key.json *.key *.pem .env .env.* # ===== Python ===== __pycache__/ *.py[cod] *.so *.egg-info/ *.egg # ===== Virtual envs ===== venv/ venv*/ .venv/ env/ # ===== Backups ===== *.bak *.bak_* # ===== IDE / OS ===== .vscode/ .idea/ *.swp .DS_Store Thumbs.db # ===== Tooling metadata ===== .claude/ workspace/ # ===== Runtime artifacts ===== *.log *.db gate_params.json # ===== Cache ===== cache/ # ===== Generated render outputs (재생성 가능) ===== capture_for_ai.png capture_textured.png rendered_birdseye.png satellite_temp.png lineart_map.png guide_composite.png depth_map.png error*.png # ===== Misc local dev ===== dot.tmux.conf Build_log.txt