Difficult-Rocket/.gitignore

102 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2023-12-30 21:09:59 +08:00
# DR files
# crash report files
crash_report/
# log files
logs/
# dr rs save test
writer-test.xml
test-xml-rs.xml
test-file.xml
test-save.xml
2023-12-30 22:07:01 +08:00
requirements.txt
2023-12-30 21:09:59 +08:00
# viztracer
2023-12-15 12:45:46 +08:00
result.json
2021-01-01 11:27:34 +08:00
2023-12-30 21:09:59 +08:00
# pdm files
.pdm.toml
2023-01-28 15:32:39 +08:00
__pypackages__
2023-02-25 09:18:41 +08:00
# ruff
.ruff_cache
2023-01-06 21:29:13 +08:00
# nuitka build
build/
.github/workflows/env.ps1
2023-12-30 20:56:07 +08:00
nuitka-crash-report.xml
2023-01-06 21:29:13 +08:00
2023-01-05 23:33:40 +08:00
# PyCharm file
2021-01-01 11:27:34 +08:00
.idea/
2023-01-05 23:33:40 +08:00
# Fleet files
.fleet/
2023-12-30 21:09:59 +08:00
# Visual Studio file
.vs/
# Visual Studio Code file
DR.code-workspace
# Spyder project settings
.spyderproject
.spyproject
2021-01-01 10:53:49 +08:00
2020-11-28 14:35:14 +08:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
2022-05-01 08:43:09 +08:00
# Mac files
2023-01-24 09:59:38 +08:00
.DS_Store
2022-05-01 08:43:09 +08:00
2023-12-30 21:09:59 +08:00
# C extensions (dr rs)
2023-01-05 23:33:40 +08:00
*.so
2020-11-28 14:35:14 +08:00
# Distribution / packaging
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Environments
env*
2020-11-28 14:35:14 +08:00
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
2021-05-10 19:45:42 +08:00
# github
2023-02-23 23:48:49 +08:00
# .gitignore
# .gitattributes
2021-05-10 19:45:42 +08:00
2023-12-30 21:09:59 +08:00
trytry/