Initialize WCX collection project
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@ -0,0 +1,50 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
|
||||
# SQLite and local runtime state
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.db-journal
|
||||
*.sqlite
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
*.sqlite-journal
|
||||
*.sqlite3
|
||||
*.sqlite3-shm
|
||||
*.sqlite3-wal
|
||||
*.sqlite3-journal
|
||||
runtime/
|
||||
reports/
|
||||
*.report
|
||||
*.report.*
|
||||
report-*.csv
|
||||
report-*.json
|
||||
report-*.tsv
|
||||
report-*.txt
|
||||
|
||||
# Local media
|
||||
media/
|
||||
videos/
|
||||
*.3gp
|
||||
*.avi
|
||||
*.flv
|
||||
*.m2ts
|
||||
*.m4v
|
||||
*.mkv
|
||||
*.mov
|
||||
*.mp4
|
||||
*.mpeg
|
||||
*.mpg
|
||||
*.mts
|
||||
*.ogv
|
||||
*.ts
|
||||
*.vob
|
||||
*.webm
|
||||
*.wmv
|
||||
|
||||
# Intentionally versioned test fixtures
|
||||
!tests/fixtures/
|
||||
!tests/fixtures/**
|
||||
Reference in New Issue
Block a user