*.egg-info
*.pyc
.DS_Store
.idea
.vscode
.projectile
.coverage
.server-script
.pytest_cache
atom-build.sh
/env*/
/.tox/
.noseids
/ci/keys/deploy-key*
*.log
!.cl-yandex-monitoring.json
!.devexp.json
/.changelogrc
/build.log
/check-lock
/env-diag/
/mockorg/
/node_modules/
/test.diag
/test.png
tests/python
/words/
\#*
.#*
/rst-docs/build
rst-docs
/templates/emails/*.zips
/docs/index-with-spec.js
/docs/index-with-spec-*.js
/docs/versions.js
/docs/swagger.json
/cover/
.venv/
/venv/
/schemas.rst
/yadi
rst-docs/source/errors.rst
.ropeproject/
/main-db-autotest
/meta-db-autotest
/report.html
dashboard-test.json
directory-test.json
packages.json
portal-test.json


# package build dir
.build
.robe
src/wiki.egg-info
src/wiki/wiki_ipython/*
!src/wiki/wiki_ipython/__init__.py
!src/wiki/wiki_ipython/ipython_config.py

# local configs
local_settings.py
secret_settings.py
local_datasources.py
wiki_code
src/wiki/settings/local/500-local.conf
src/wiki/test_settings_local.py

# *.pyc and *.pyo
*.py[co]

# var
var

# IDE files
.project
.pydevproject
.settings
.buildpath
.idea

# tests coverage stuff
.coverage
.coveragerc

src/manage.py

#other
.DS_Store
.ackrc
.python-version

env/.env
/devtools/.env
devtools/.env
tests/wiki_tests/e2e_pytest/.env

