# 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