# Python bytecode __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Virtual environments venv/ env/ .env/ .venv/ my_env/ # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache coverage.xml *.cover .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # Environment variables .env .env.local .env.*.local # Logs *.log # Database *.db *.sqlite3 # Local development settings local_settings.py # Documentation docs/_build/ # Dependencies pip-log.txt pip-delete-this-directory.txt