mirror of
https://github.com/tcsenpai/multi1.git
synced 2025-06-06 11:05:21 +00:00
23 lines
188 B
Plaintext
23 lines
188 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# Streamlit
|
|
.streamlit/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db |