demospace / .gitignore
Mitesh Koshiya
Update space 1st time
5f52527
raw
history blame contribute delete
389 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv
# Environment variables and secrets
.env
# VSCode settings (optional, if not shared across devs)
.vscode/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Python distribution / packaging
build/
dist/
*.egg-info/
# Jupyter Notebook checkpoints (if you use Jupyter)
.ipynb_checkpoints/