kpi_analysis/.gitignore
2025-11-25 20:40:00 +07:00

68 lines
688 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Byte-compiled / build / packaging
build/
dist/
eggs/
*.egg-info/
.eggs/
pip-wheel-metadata/
wheelhouse/
# Virtual environments
.env
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
# IDEs / editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Jupyter
.ipynb_checkpoints
# Logs, databases, caches
*.log
*.sqlite3
*.db
*.db-journal
.pytest_cache/
.cache/
.coverage
.coverage.*
htmlcov/
# Testing / tooling
.tox/
.nox/
.mypy_cache/
.pyre/
.pytype/
# OS generated
.DS_Store
Thumbs.db
# Sensitive / credentials
.envrc
.env.local
credentials.json
secrets.json
*.pem
*.key
# Project-specific outputs
data/
outputs/
reports/
models/
logs/