# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environment venv/ .env/ # Distribution / packaging build/ dist/ *.egg-info/ *.spec # Logs and temporary files *.log *.tmp # Jupyter Notebook checkpoints .ipynb_checkpoints/ # VS Code settings .vscode/ # macOS system files .DS_Store # Dependencies pip-log.txt pip-delete-this-directory.txt # Testing .coverage .tox/ nosetests.xml pytest_cache/ # MyPy .mypy_cache/ # PyInstaller *.manifest *.spec # CLI-specific files *.exe *.out *.app # Custom user files (if any) local_settings.py config.json