# Configuration files with credentials
tracker/config.php
bancheck/config.php

# Cache directories
tracker/cache/
bancheck/cache/

# Logs
*.log
logs/

# OS files
.DS_Store
Thumbs.db

# IDE files
.vscode/
.idea/
*.swp
*.swo

