Files
audiobook-studio-pro-v3/.gitignore
Ashim Kumar 11d715eb85 first commit
2026-01-09 21:06:30 +06:00

80 lines
694 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
.venv/
ENV/
env/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Database files (will be created at runtime)
*.db
*.sqlite
*.sqlite3
audio_editor.db
# Logs
*.log
logs/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Local configuration
.env
.env.local
*.local
config.local.py
# Docker
.docker/
# Temporary files
tmp/
temp/
*.tmp
*.temp