| # Database files (SQLite temp/journal files) | |
| *.db | |
| *.db-shm | |
| *.db-wal | |
| # Python bytecode | |
| *.pyc | |
| **/__pycache__/ | |
| # Binary files | |
| *.bin | |
| # Database files (SQLite temp/journal files) | |
| *.db | |
| *.db-shm | |
| *.db-wal | |
| # Python bytecode | |
| *.pyc | |
| **/__pycache__/ | |
| # Binary files | |
| *.bin | |