mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 09:10:37 +03:00
29 lines
310 B
Plaintext
29 lines
310 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/ccl
|
|
**/egg-info
|
|
|
|
|
|
# Specific items
|
|
docker-compose.yml
|
|
rslang/src/RSParserImpl.output
|
|
rslang/src/RSParserImpl.gv |