HongikAI / .gitignore
puco21's picture
Upload 3 files
be6314e verified
raw
history blame
207 Bytes
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual environment
venv/
env/
# IDE/Editor specific settings
.vscode/
.idea/
# OS specific files
.DS_Store
Thumbs.db
# Build artifacts
dist/
build/
*.spec