mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-07 01:13:11 +02:00
feat: Update .gitignore to include additional configuration and log files
This commit is contained in:
@@ -7,6 +7,7 @@ __pycache__/
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
.pybuild/
|
||||
repeater/_version.py
|
||||
develop-eggs/
|
||||
dist/
|
||||
@@ -24,6 +25,12 @@ share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
DEBIAN/
|
||||
debian/files
|
||||
debian/.debhelper/
|
||||
debian/pymc-repeater/
|
||||
debian/pymc-repeater.debhelper.log
|
||||
debian/pymc-repeater.substvars
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
|
||||
Reference in New Issue
Block a user