Add .gitignore
Some checks failed
Deploy VConnect API / Test Build (push) Successful in 26s
Deploy VConnect API / Deploy to Server (push) Failing after 7s

This commit is contained in:
2025-12-13 23:09:17 +09:00
parent 8b1495db28
commit 139fb68d02

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual Environment
venv/
env/
ENV/
# Database
*.db
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
# Environment variables
.env
.env.local
# Logs
*.log
# OS
.DS_Store
Thumbs.db