Files
nox-project-nox-framework/.gitignore
T
2026-04-07 10:17:43 +02:00

45 lines
447 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.*
# Internal development notes — not for distribution
IMPROVEMENTS.md