Files
redmine-reporter/.gitignore
Кокос Артем Николаевич e7efda232c Add helper text into ODT output
2026-01-22 12:07:43 +07:00

92 lines
892 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environments
.venv
venv/
ENV/
env.bak/
venv.bak/
# IDEs & Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store
*.sublime-project
*.sublime-workspace
# OS
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Logs and databases
*.log
*.sqlite3
*.db
# Environment variables
.env
.env.local
.env.*.local
# Coverage
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
# Pytest
.pytest_cache/
test-results.xml
# MyPy
.mypy_cache/
# Black, Ruff, etc.
.ruff_cache/
.ipynb_checkpoints/
# Build artifacts
*.tar.gz
*.whl
# Local config overrides
config.local.yaml
secrets.json
# Temporary files
*.tmp
*.bak
# Just in case
report.odt
.~lock.*.odt#