# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs .vscode/ .idea/ *.swp *.swo # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Audio files and temporary files *.wav *.mp3 *.ogg *.webm *.m4a debug_audio_sample.wav debug_failing_chunk.bin # Logs *.log logs/ # SSL certificates (keep example ones but ignore production) # cert.pem # key.pem # Model cache models/ .cache/ # Jupyter Notebook .ipynb_checkpoints # Environment variables .env.local .env.development.local .env.test.local .env.production.local # Temporary files tmp/ temp/ *.tmp *.temp