chore: Remove obsolete .gitignore files from python_app and r_app
This commit is contained in:
parent
787a2d5b90
commit
8bc151ee4c
43
python_app/.gitignore
vendored
43
python_app/.gitignore
vendored
|
|
@ -1,43 +0,0 @@
|
|||
# .gitignore
|
||||
|
||||
# Ignore the virtual environment directory
|
||||
myenv/
|
||||
|
||||
# Byte-compiled / optimized files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Ignore all .pyc files in any directory
|
||||
**/*.pyc
|
||||
|
||||
# Ignore pip wheel metadata
|
||||
pip-wheel-metadata/
|
||||
|
||||
# Ignore the `dist/` directory used for package distributions
|
||||
dist/
|
||||
|
||||
# Ignore Python egg metadata, regenerated from source files by setuptools
|
||||
*.egg-info/
|
||||
*.egg-info/*
|
||||
*.egg/
|
||||
|
||||
# Ignore Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Ignore VSCode directory
|
||||
.vscode/
|
||||
|
||||
# Ignore JetBrains IDEs directory
|
||||
.idea/
|
||||
|
||||
# Ignore MacOS directory
|
||||
.DS_Store
|
||||
|
||||
# Ignore other unwanted file
|
||||
*.log
|
||||
*.bak
|
||||
*.swp
|
||||
*.swo
|
||||
*.swp
|
||||
|
||||
20
r_app/.gitignore
vendored
20
r_app/.gitignore
vendored
|
|
@ -1,20 +0,0 @@
|
|||
# .gitignore
|
||||
|
||||
# Ignore renv binary cache
|
||||
renv/cache/
|
||||
renv
|
||||
|
||||
# Ignore temporary files
|
||||
*.tmp
|
||||
*.swp
|
||||
*.save
|
||||
|
||||
# Ignore files related to Rproj
|
||||
.Rproj.user/
|
||||
.Rhistory
|
||||
.RData
|
||||
.Rprofile
|
||||
# Ignore OSX files
|
||||
.DS_Store
|
||||
CI_report_dashboard_planet_files/
|
||||
|
||||
Loading…
Reference in a new issue