28 lines
256 B
Plaintext
28 lines
256 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.venv/
|
|
venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# .NET
|
|
bin/
|
|
obj/
|
|
TestResults/
|
|
*.user
|
|
*.suo
|
|
|
|
# Runtime/config secrets
|
|
*.log
|
|
.env
|
|
appsettings.local.json
|
|
appsettings.*.local.json
|
|
run-records/
|
|
.runtime/
|
|
|
|
# macOS
|
|
.DS_Store
|