# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Python virtualenv .venv/ env/ venv/ ENV/ env.bak/ venv.bak/ # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Transifex files .tx/ # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # PEP 582; E.g. __pypackages__ folder __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .env.* !.env.example # IDEs and editors .idea/ .vscode/ *.suo *.ntvs* *.njsproj *.sln *.sublime-workspace # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Credentials # Ignore the entire credentials directory by default credentials/ # If you have other JSON files you *do* want to commit, but want to ensure # credential JSON files specifically by name or in certain locations are ignored: # specific_credential_file.json # some_other_dir/specific_creds.json # Docker .dockerignore docker-compose.override.yml # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json pids/ *.pid *.seed *.pid.lock # Project-specific planning files refactoring_plan.md multiple_credentials_implementation.md