Files
Personal-Finance-Management/.gitignore
T
2026-06-01 20:54:16 -04:00

44 lines
368 B
Plaintext

# Environment
.env
.teller_token
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
venv/
.venv/
# Flask / Migrations (keep structure, ignore compiled)
instance/
# Uploads
uploads/
app/static/uploads/
# Backups
backups/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Tests
.pytest_cache/
htmlcov/
.coverage