# Environment .env .env.local .env.*.local # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Testing .pytest_cache/ .coverage htmlcov/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Logs logs/ *.log server.log # Data and output data/ output/ *.json # OS .DS_Store Thumbs.db # Dependencies node_modules/ npm-debug.log yarn-error.log