main
text 89 lines 1.11 KB
Raw
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
5
6 # C extensions
7 *.so
8
9 # Distribution / packaging
10 .Python
11 build/
12 develop-eggs/
13 dist/
14 downloads/
15 eggs/
16 .eggs/
17 lib/
18 lib64/
19 parts/
20 sdist/
21 var/
22 wheels/
23 share/python-wheels/
24 *.egg-info/
25 .installed.cfg
26 *.egg
27 MANIFEST
28
29 # PyInstaller
30 # Usually these files are written by a python script from a template
31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
32 *.manifest
33 *.spec
34
35 # Installer logs
36 pip-log.txt
37 pip-delete-this-directory.txt
38
39 # Unit test / coverage reports
40 htmlcov/
41 .tox/
42 .nox/
43 .coverage
44 .coverage.*
45 .cache
46 nosetests.xml
47 coverage.xml
48 *.cover
49 *.py,cover
50 .hypothesis/
51 .pytest_cache/
52 cover/
53
54 # Environments
55 .env
56 .venv
57 env/
58 venv/
59 ENV/
60 env.bak/
61 venv.bak/
62
63 # IDEs / Editors
64 .vscode/
65 .idea/
66 *.swp
67 *.swo
68 *~
69 .DS_Store
70
71 # Tool caches
72 .ruff_cache/
73 .mypy_cache/
74 .pyre/
75
76 # Logs
77 colab.log
78 *.log
79
80 # Jupyter
81 .ipynb_checkpoints
82
83 # Design Docs & Research Scripts (Untracked)
84 DRIVEFS_BACKEND_PROPOSAL.md
85 docs/AUTH_DESIGN_PROPOSAL.md
86 docs/credential propagation - flow details.md
87 docs/credential propagation analysis.md
88 docs/creds.md
89 get_drive_source.py