prototoolagain/.gitignore

87 lines
No EOL
783 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
i.build/
env/
venv/
.venv/
env.bak/
venv.bak/
# Installer logs
pip-log.txt
pip-log.txt.1
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
# Jupyter Notebook
.ipynb_checkpoints
# Environments
.env
.venv
env/
venv/
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
logs/
log/
# Database
*.db
sqlite3.db
# Flask
instance/
webdav.log
*.log
# PDF Generation
*.pdf
# Certificate files
certs/
*.pem
*.crt
*.key
# Uploaded files
uploads/
# Build artifacts
dist/
*.egg
*.egg-info
*.whl
# Temporary files
*.tmp
*.temp
*.bak
# OS
.DS_Store
Thumbs.db