Test / .gitignore
Test1hdhs718's picture
Add dockerfile
a4998c6
raw
history blame contribute delete
243 Bytes
# Virtual environment
venv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd
# Compiled C extension
*.so
# Distribution / packaging
dist/
build/
*.egg-info/
# Local development
db.sqlite3
# IDE files
.vscode/
.idea/