rCM-Wan / .gitignore
yujiwang0606's picture
init
2c865b3
# Python cache and build files
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual environments
.venv/
venv/
env/
# IDE and misc
.idea/
.vscode/
.DS_Store