Skip to content

Commit

Permalink
restructure v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zpchcbd committed Oct 26, 2022
1 parent 9898a75 commit 2b6ffcd
Show file tree
Hide file tree
Showing 715 changed files with 19,143 additions and 25,874 deletions.
45 changes: 44 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,45 @@
# python
# myscan
test/
log/
spider/log
spider/pymotw.crt
exploit/script/0day/
*_0day.py

# git
.gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
eggs/
.eggs/
DS_Store/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# PyBuilder
target/

# idea
.idea/




Loading

0 comments on commit 2b6ffcd

Please sign in to comment.