Codebase list matrix-synapse / 10b84ba3-6797-43fb-9482-a3b66f5ff027/main .gitignore
10b84ba3-6797-43fb-9482-a3b66f5ff027/main

Tree @10b84ba3-6797-43fb-9482-a3b66f5ff027/main (Download .tar.gz)

.gitignore @10b84ba3-6797-43fb-9482-a3b66f5ff027/mainraw · history · blame

# filename patterns
*~
.*.swp
.#*
*.deb
*.egg
*.egg-info
*.lock
*.py[cod]
*.snap
*.tac
_trial_temp/
_trial_temp*/
/out
.DS_Store
__pycache__/

# stuff that is likely to exist when you run a server locally
/*.db
/*.log
/*.log.*
/*.log.config
/*.pid
/.python-version
/*.signing.key
/env/
/.venv*/
/homeserver*.yaml
/logs
/media_store/
/uploads

# IDEs
/.idea/
/.ropeproject/
/.vscode/

# build products
!/.coveragerc
/.coverage*
/.mypy_cache/
/.tox
/.tox-pg-container
/build/
/coverage.*
/dist/
/docs/build/
/htmlcov
/pip-wheel-metadata/

# docs
book/