# OS
.DS_Store

# Project specific
report_project.py

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
*.whl

# Virtual environments
venv/
env/
ENV/
.venv

# Environment variables
.env
.env.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Linting & Formatting
.mypy_cache/
.ruff_cache/
.bandit

# Logs
*.log
openstack-metrics.log

# Project generated files
openstack_optimization_report.txt
report_project.py

# Docker
.env
logs/
config/

# Development tools (local only - use python-dev-toolkit)
Makefile
.flake8
.pre-commit-config.yaml
