mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 19:05:17 +00:00
chore: Update .gitignore to include PyMC test files and configuration
- Added entries for `pymc-test/*` and `config-pymc.ini` to the .gitignore file to prevent tracking of test artifacts and configuration files related to PyMC, improving repository cleanliness.
This commit is contained in:
@@ -143,8 +143,11 @@ test_scripts/
|
||||
dev/
|
||||
website/
|
||||
pytest.ini
|
||||
pymc-test/*
|
||||
config-pymc.ini
|
||||
|
||||
# Docker data directory (user-specific config, databases, logs)
|
||||
# Ignore contents but keep directory structure
|
||||
data/*
|
||||
!data/.gitkeep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user