11 lines
109 B
Plaintext
11 lines
109 B
Plaintext
# Build artifacts
|
|
bin/
|
|
*.test
|
|
*.out
|
|
__pycache__/
|
|
|
|
# Local secrets and config
|
|
.env*
|
|
!.env.example
|
|
config.toml
|