OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
argcomplete
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📁
.github
-
10/07/2024 04:00:12 AM
rwxr-xr-x
📄
.gitignore
474 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📄
Authors.rst
35 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📄
Changes.rst
15.61 KB
10/07/2024 04:00:12 AM
rw-r--r--
📄
LICENSE.rst
9.94 KB
10/07/2024 04:00:12 AM
rw-r--r--
📄
MANIFEST.in
79 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📄
Makefile
757 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📄
NOTICE
387 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📄
README.rst
14.35 KB
10/07/2024 04:00:12 AM
rw-r--r--
📄
SECURITY.md
705 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📁
argcomplete
-
12/11/2024 09:39:54 AM
rwxr-xr-x
📄
common.mk
2.15 KB
10/07/2024 04:00:12 AM
rw-r--r--
📁
contrib
-
10/07/2024 04:00:12 AM
rwxr-xr-x
📁
docs
-
10/07/2024 04:00:12 AM
rwxr-xr-x
📄
pyproject.toml
2.41 KB
10/07/2024 04:00:12 AM
rw-r--r--
📄
setup.cfg
135 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📄
setup.py
372 bytes
10/07/2024 04:00:12 AM
rw-r--r--
📁
test
-
10/07/2024 04:00:12 AM
rwxr-xr-x
Editing: .gitignore
Close
# Reminder: # - A leading slash means the pattern is anchored at the root. # - No leading slash means the pattern matches at any depth. # Python files *.pyc __pycache__/ *.egg-info/ /build/ /dist/ /.eggs/ .coverage .venv # IDE project files /.pydevproject # vim python-mode plugin /.ropeproject # IntelliJ IDEA / PyCharm project files /.idea /*.iml # JS/node/npm/web dev files node_modules npm-debug.log # OS X metadata files .DS_Store # test test/test_package/build