quackscape/.gitignore
Kumi 182857b3e5
feat: configure VSCode for development
Added .vscode/launch.json for streamlined debugging of the Quackscape development environment, including specific configurations for Python script launches. Introduced .vscode/settings.json to handle custom spellings such as "Quackscape". Updated .gitignore entries by restoring tracking for .vscode.

This setup aims to improve developer productivity and ensure code consistency within the VSCode editor.
2024-06-20 20:45:55 +02:00

8 lines
82 B
Plaintext

settings.ini
*.pyc
__pycache__/
db.sqlite3
node_modules/
static/js/*
media/
.venv/