first commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
*/venv/*
|
||||
output/*
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
build/
|
||||
dist/
|
||||
main.spec
|
||||
run.spec
|
||||
decomp/
|
||||
*.tar.gz
|
||||
*.zip
|
||||
*.xml
|
||||
*.iml
|
||||
*.idea
|
||||
curls.db
|
||||
.directory
|
||||
captcha_key.txt
|
||||
captcha_cheat.txt
|
||||
bundle.js
|
||||
bundle.*.js
|
||||
node_modules/
|
||||
package-lock.json
|
||||
export.json
|
Reference in New Issue
Block a user