Buck_Tracker / dockerignore
codewithRiz's picture
init
144ebc5
# Ignore virtual environments
venv/
env/
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore Git and IDE files
.git
.gitignore
.DS_Store
.vscode/
.idea/
# Ignore local data folders
api/uploaded_images/
others/
# Ignore temporary or log files
*.log
*.tmp
*.bak
*.html