Files
Lottery-Tracker/.gitignore

26 lines
180 B
Plaintext

# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Node
node_modules/