20 lines
143 B
Plaintext
20 lines
143 B
Plaintext
|
|
|
|
# Python cache
|
|
__pycache__
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Test files
|
|
InfoGenie-backend/test
|
|
|
|
|