mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 20:02:16 +00:00
50 lines
454 B
Plaintext
50 lines
454 B
Plaintext
*.sqlite3
|
|
*.md
|
|
**/tests
|
|
conftest.py
|
|
pytest.ini
|
|
Dockerfile
|
|
node_modules
|
|
npm-debug.log
|
|
.git
|
|
.env
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.git
|
|
.gitignore
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.hypothesis
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
docs/
|
|
tests/
|
|
*.md
|
|
docker-compose*.yml
|
|
Dockerfile*
|
|
.dockerignore
|