Initial upload with CI/CD workflow
This commit is contained in:
25
app/.gitignore
vendored
Normal file
25
app/.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
target/
|
||||
*.lock
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.DS_Store
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
coverage/
|
||||
.pyo
|
||||
.pyc
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.venv/
|
||||
venv/
|
||||
.envrc
|
||||
.direnv
|
||||
coverage.xml
|
||||
*.profraw
|
||||
*.prof
|
||||
*.gcda
|
||||
*.gcno
|
||||
Reference in New Issue
Block a user