qr-code-generator / .gitignore
mojoee
added qrcode generator
dcb21f9
raw
history blame contribute delete
No virus
322 Bytes
# Python
*.pyc
__pycache__/
*.pyo
*.pyd
*.pyi
*.pyz
*.pyw
*.pyz/
*.pyw/
*.egg-info/
dist/
build/
*.egg
*.whl
# Jupyter Notebook
.ipynb_checkpoints/
# Data
data/
*.csv
*.json
*.xlsx
# Model artifacts
models/
# Virtual environment
venv/
env/
.venv/
.venv/
# IDE
.vscode/
.idea/
# Logs
*.log
# Miscellaneous
.DS_Store