First Commit
This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# .NET / Visual Studio
|
||||
bin/
|
||||
obj/
|
||||
.vs/
|
||||
*.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Frontend build artifacts
|
||||
node_modules/
|
||||
build/
|
||||
dist/
|
||||
coverage/
|
||||
|
||||
# Local temp / scratch files
|
||||
temp_job.json
|
||||
temp_post_job.py
|
||||
todo jobtracker.txt
|
||||
Reference in New Issue
Block a user