39 lines
411 B
Plaintext
39 lines
411 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv/
|
|
.python-version
|
|
|
|
# Pip
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDEs / Editors
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# macOS & Windows
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment & credentials
|
|
.env
|
|
*.pem
|