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