Files

53 lines
577 B
Plaintext

# OS and editors
.DS_Store
Thumbs.db
.idea/
.vscode/
*.iml
# Local configuration and secrets
.env
.env.*
!.env.example
.local/
private-fixtures/
local.properties
google-services.json
secrets.properties
api_keys.properties
*.jks
*.keystore
*.pem
*.key
# Android and Gradle outputs
.gradle/
**/build/
*.apk
*.aab
*.aar
# Go and local runtime outputs
bin/
dist/
tmp/
var/
*.exe
*.test
coverage.out
# Logs
*.log
# Private ERP captures and query output
*.har
captcha.jpg
captcha.png
freight_detail.json
# Python local-tool outputs
__pycache__/
*.py[cod]
.pytest_cache/
.venv/