Natsu-Error's picture
Upload 17 files
0fc53ca verified
raw
history blame contribute delete
614 Bytes
# Python
__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
# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Streamlit
.streamlit/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# API Keys (keep .env.example but ignore .env)
.env
# Large files
*.zip
*.tar.gz
# Temporary files
*.tmp
*.temp
"Screenshots/"
"*.png"
"*.jpg"