24 lines
174 B
Plaintext
Executable File
24 lines
174 B
Plaintext
Executable File
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
*.egg
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Environments
|
|
.venv/
|
|
.uv/
|
|
|
|
# Streamlit
|
|
.streamlit/
|
|
**/.streamlit/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|