Extraction / .gitignore
glitz-dev
added .zip for skip from commit
6552164
raw
history blame contribute delete
498 Bytes
```
# Byte-compiled / cache files
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
# Virtual environment
venv/
.env/
env/
.venv/
# VS Code settings
.vscode/
# Environment / secrets
*.env
.env.*
# Distribution / packaging
*.egg
*.egg-info/
dist/
build/
static/
.eggs/
# Logs
*.log
*.out
*.err
*.enc
# Testing
.coverage
.tox/
nosetests.xml
coverage.xml
htmlcov/
# Jupyter notebooks
.ipynb_checkpoints
# OS files
.DS_Store
Thumbs.db
# Uvicorn / FastAPI specific
*.sqlite3
# Files
/thesis_1.pdf
*.zip