mirror of
https://github.com/login-securite/DonPAPI
synced 2024-12-22 07:01:11 +00:00
Create .gitignore
This commit is contained in:
parent
f93ff8de67
commit
36f9578a24
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Poetry
|
||||
poetry.lock
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
pip-wheel-metadata/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# virtualenv
|
||||
env
|
||||
.env
|
||||
venv
|
||||
.venv
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
|
||||
.coverage
|
||||
.python-version
|
||||
|
||||
# Debug log
|
||||
debug.log
|
||||
globallog.log
|
||||
|
||||
# Safe
|
||||
seatbelt.db
|
Loading…
Reference in New Issue
Block a user