mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
42 lines
376 B
Plaintext
42 lines
376 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
MANIFEST
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# NOX runtime artifacts — never commit
|
|
nox_cache.db
|
|
*.log
|
|
proxies.txt
|
|
*.deb
|
|
reports/
|
|
|
|
# Credentials — never commit
|
|
apikeys.json
|
|
credentials.ini
|
|
*.key
|
|
*.pem
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|