46 lines
442 B
Plaintext
46 lines
442 B
Plaintext
# Byte-code files
|
|
*.pyc
|
|
*.pyo
|
|
__pycache__
|
|
.pytest_cache/
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
/tmp/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.Trashes
|
|
Thumbs.db
|
|
|
|
# Specific to this project (from the test output)
|
|
/tmp/testlogs/ |