mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-03 20:10:21 -04:00
53 lines
668 B
Plaintext
53 lines
668 B
Plaintext
# Python-specific ignores
|
|
.eggs
|
|
*.pyc
|
|
__pycache__
|
|
__pycache__/*
|
|
|
|
# Build stuff ignores
|
|
build
|
|
.coverage
|
|
dist/*.tar.gz
|
|
|
|
# General ignores
|
|
*.crt
|
|
*.dbg
|
|
dump.rdb
|
|
*.DS_Store
|
|
.DS_STORE
|
|
*.key
|
|
*.log
|
|
*.swp
|
|
|
|
# Development-specific ignores
|
|
devconfig.json
|
|
.vagrant
|
|
|
|
# Text editors ignores
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# mypy-related ignores
|
|
.mypy_cache
|
|
|
|
# Ion-specific ignores
|
|
intranet/apps/files/cred.py*
|
|
intranet/collected_static
|
|
maintenance_mode_state.txt
|
|
uploads/*
|
|
|
|
# Fixture-related ignores
|
|
fixtures/**/*.json
|
|
fixtures/README.txt
|
|
fixtures/*.sql
|
|
*fixtures*.tar*
|
|
|
|
# NPM-related ignores
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Sass related ignores
|
|
*.map
|
|
.sass-cache/
|