math-problem-solver / .gitignore
Alphin Jain
Initial commit: Math Problem Solver application
0a7d2c2
raw
history blame contribute delete
396 Bytes
# Environment variables
.env
.env.local
# Virtual Environment
venv/
env/
ENV/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Streamlit specific
.streamlit/secrets.toml
# Logs
*.log
logs/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store