mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
71 lines
718 B
Plaintext
71 lines
718 B
Plaintext
# Docs
|
|
README.md
|
|
LICENSE
|
|
TODO.txt
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
|
|
# Windows specific
|
|
*.ps1
|
|
|
|
# Environment variables
|
|
.env.*
|
|
*/.env.*
|
|
|
|
|
|
# Local build/utility folders
|
|
**/venv
|
|
**/build
|
|
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
cover/
|
|
|
|
|
|
# Django
|
|
rsconcept/frontend/static
|
|
rsconcept/frontend/media
|
|
visualizeDB.dot
|
|
*.log
|
|
db.sqlite3
|
|
db.sqlite3-journal
|
|
|
|
# React
|
|
.DS_*
|
|
*.log
|
|
*.tsbuildinfo
|
|
logs
|
|
**/*.backup.*
|
|
**/*.back.*
|
|
|
|
node_modules
|
|
bower_components
|
|
|
|
*.sublime*
|
|
|
|
|
|
# Specific items
|
|
docker-compose-dev.yml
|
|
docker-compose-prod.yml |