mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
23 lines
210 B
Plaintext
23 lines
210 B
Plaintext
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Runtime
|
|
/static/
|
|
venv/
|
|
|
|
*.pyc
|
|
db.sqlite3
|
|
debug.log*
|
|
|
|
# Configuration
|
|
settings.ini
|
|
deployment-key
|
|
deployment-key.pub
|
|
|
|
# Deployment
|
|
/.dbbackup/
|
|
.vagrant/
|
|
staging.yml
|
|
production.yml
|