adding git ignore
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# ---- Python ----
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# Packaging / build
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
|
||||
# Test / coverage
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
.tox/
|
||||
|
||||
# ---- Soundboard runtime state ----
|
||||
# Auto-generated; contains machine-specific device names and absolute file paths.
|
||||
config.json
|
||||
soundboard/config.json
|
||||
|
||||
# User audio files dropped into the default folder (keep the folder, not its contents).
|
||||
soundboard/sounds/*
|
||||
!soundboard/sounds/.gitkeep
|
||||
|
||||
# ---- Editors / OS ----
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.agents
|
||||
.claude
|
||||
Reference in New Issue
Block a user