mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-09-08 16:27:23 +00:00
[ADD] - Added social media user profile get and upsert microservice with nosql database integration
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1 +1,25 @@
|
||||
__pycache__
|
||||
# Ignore the virtual environment
|
||||
venv/
|
||||
|
||||
# Ignore Python cache files
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
|
||||
# Ignore database files (TinyDB JSON)
|
||||
database.json
|
||||
|
||||
# Ignore environment variables file (if used)
|
||||
.env
|
||||
|
||||
# Ignore logs and temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Ignore VSCode & PyCharm project files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Ignore MacOS system files
|
||||
.DS_Store
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user