Files
workspace/.gitignore
2026-03-26 16:21:57 -03:00

33 lines
316 B
Plaintext

# Byte-compiled / cache files
__pycache__/
*.py[cod]
*.pyc
*pycache
*.so
*.pyo
*.pyd
# Virtual environments
.env/
.venv/
env/
venv/
# Distribution / packaging
*.egg-info/
dist/
build/
# OS files
.DS_Store
# Streamlit
.streamlit/
**/.streamlit/
# Lock files (optional, if not needed)
uv.lock
# Data files
*.csv