cvtools / .gitignore
rifatramadhani's picture
wip
e70400c
raw
history blame contribute delete
257 Bytes
# Byte-code files
*.pyc
__pycache__/
# Distribution / build outputs
dist/
build/
*.egg-info/
# Virtual environment
venv/
.venv/
# Editors/IDEs
.vscode/
.idea/
# Test and coverage
.coverage
htmlcov/
# Data files
*.sqlite3
*.db
.env
.env.local
.secrets