21 lines
339 B
Plaintext
21 lines
339 B
Plaintext
# Exclude everything by default
|
|
*
|
|
# Then explicitly include only what we need
|
|
|
|
# Core application files
|
|
!musicround/
|
|
!migrations/
|
|
!run_migration.py
|
|
!run.py
|
|
!requirements.txt
|
|
!docker-entrypoint.sh
|
|
!LICENSE
|
|
!favicon.ico
|
|
|
|
# Exclude unnecessary files within included directories
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
**/.*
|
|
musicround/mp3/ |