23 lines
274 B
Plaintext
23 lines
274 B
Plaintext
# General files for the project
|
|
pkg/*
|
|
*.pyc
|
|
bin/*
|
|
.project
|
|
/.bin
|
|
/_test/secrets/*.json
|
|
|
|
# OSX leaves these everywhere on SMB shares
|
|
._*
|
|
|
|
# OSX trash
|
|
.DS_Store
|
|
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
|
|
# Vscode files
|
|
.vscode
|
|
|
|
charts/probo/charts
|