cuatrolabs-tracker-ms / .gitignore
Michael-Antony's picture
feat: implement task attachments API with MinIO storage integration
e0b1eb1
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv
# Environment variables
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Database
*.db
*.sqlite
*.sqlite3
.env
# Debug and test scripts
debug_*.py
test_conversion.py
test_dependency.py
test_endpoint_direct.py
update_system_users.py
update_system_users.js
# MinIO data directory
minio-data/
#MD Files
*.md
!TASKS_API_README.md
!TASK_STATUS_UPDATE_GUIDE.md
!TASK_STATUS_IMPLEMENTATION_SUMMARY.md
!QUICK_START_TASKS.md
!TASK_ATTACHMENTS_API.md
!TASK_ATTACHMENTS_IMPLEMENTATION_SUMMARY.md
!QUICK_START_ATTACHMENTS.md
!INSERT_TEST_TASKS_README.md
!MINIO_ACCESS_GUIDE.md
!MINIO_QUICK_ACCESS.md
!STARTUP_GUIDE.md
test_token.txt
get-pip.py
generate_test_token.py
generate_test_request.py
create_tasks_table.sql
!create_tasks_table.sql
insert_test_tasks.sql
!insert_test_tasks.sql
insert_test_tasks.py
!insert_test_tasks.py