123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- env/
- venv/
- node_modules/
- __pycache__
- *.pyc
- .pipcache
- .benchmarks/
- .pytest_cache
- .mypy_cache
- .DS_Store
- .vscode/
- newrelic_agent.log
- /tags
- build
- dist
- word_processor.egg-info
- # PyCharm stuff we don't need to keep in our repo.
- .idea/codeStyles/
- .idea/codeStyleSettings.xml
- .idea/dataSources*
- .idea/dataSources/
- .idea/encodings.xml
- .idea/GitScope.xml
- .idea/inspectionProfiles/
- .idea/jsLibraryMappings.xml
- .idea/maple.iml
- .idea/markdown-navigator*
- .idea/misc.xml
- .idea/mypy.xml
- .idea/remote-mappings.xml
- .idea/shelf/
- .idea/tasks.xml
- .idea/workspace.xml
- .tags
- .tags1
- stellar.yaml
- # Special place for the home directory in the docker containers (see docker-compose.dev.yml).
- # Shell history and other local configuration can be kept here.
- .home
- # Configuration file for docker-compose
- .env
- env/*
|