Newer
Older
RobotCar / .gitignore
# 仮想環境
.venv/

# 環境変数
.env

# 旧コード(参照用,Git 管理外)
src_old/

# Python
__pycache__/
*.pyc
*.pyo

# IDE
.vscode/
.idea/