32 lines
245 B
Plaintext
32 lines
245 B
Plaintext
# Build output
|
|
**/bin/
|
|
**/obj/
|
|
**/publish/
|
|
**/data/
|
|
**/logs/
|
|
**/dumps/
|
|
**/reports/
|
|
*.exe
|
|
*.dll
|
|
*.pdb
|
|
*.cache
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# OS
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|
|
|
|
# Python (legacy)
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
dist/
|
|
build/
|
|
*.spec
|