mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 01:00:36 +03:00
29 lines
313 B
Plaintext
29 lines
313 B
Plaintext
![]() |
# Git
|
||
|
.git
|
||
|
.gitignore
|
||
|
.github
|
||
|
|
||
|
# Windows specific
|
||
|
*.ps1
|
||
|
|
||
|
|
||
|
# Local build/utility folders
|
||
|
.vscode
|
||
|
.vs
|
||
|
*.vcxproj.user
|
||
|
*.pyc
|
||
|
*.pyd
|
||
|
|
||
|
**/CMakeUserPresets.json
|
||
|
output
|
||
|
packages
|
||
|
**/build
|
||
|
**/venv
|
||
|
**/pyconcept/import
|
||
|
**/egg-info
|
||
|
|
||
|
|
||
|
# Specific items
|
||
|
docker-compose.yml
|
||
|
rslang/src/RSParserImpl.output
|
||
|
rslang/src/RSParserImpl.gv
|