| # Ignore all MP3 files | |
| *.mp3 | |
| # Ignore all PDF files | |
| # Ignore all MP4 files | |
| *.mp4 | |
| # Ignore all TXT files | |
| *.txt | |
| # Ignore environment files | |
| .env | |
| # Ignore Python cache files | |
| __pycache__/ | |
| *.pyc | |
| # Ignore all MP3 files | |
| *.mp3 | |
| # Ignore all PDF files | |
| # Ignore all MP4 files | |
| *.mp4 | |
| # Ignore all TXT files | |
| *.txt | |
| # Ignore environment files | |
| .env | |
| # Ignore Python cache files | |
| __pycache__/ | |
| *.pyc | |