139_spanish-voice-trainer/.gitignore
2026-08-21 22:24:50 +10:00

28 lines
No EOL
401 B
Text

# Python bytecode and virtual environments
__pycache__/
*.py[cod]
*$py.class
.venv/
.uv/
dist/*
build/*
# Local SQLite Databases
# *.db
# *.db-journal
# *.db-wal
# Multimedia Storage Directories
# (Keeps the media folder in your workspace structure, but ignores the generated files)
media/*
!media/.gitkeep
# macOS System files
.DS_Store
# IDE and Environment Configurations
.vscode/
.idea/
.env