ghostMalone / .gitignore
francischung222's picture
Initial commit
b11a5e9
raw
history blame contribute delete
363 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.pdb
*.egg-info/
.eggs/
dist/
build/
*.egg
# Jupyter Notebooks
.ipynb_checkpoints/
# Environments
.env
.venv
venv/
ENV/
# VS Code
.vscode/
# macOS
.DS_Store
# Logs
*.log
# Test and coverage
.coverage
.tox/
.nox/
.cache/
pytest_cache/
# Docker
*.pid
*.pid.lock
# Streamlit
.streamlit/
# Misc
memory.json