YTapp / .gitignore
nexusbert's picture
Initial Ytapp app
825e544
raw
history blame contribute delete
295 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# Environment variables
.env
.env.local
# OAuth credentials (sensitive)
oauth.json
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Distribution / packaging
dist/
build/
*.egg-info/