# Git
.git
.gitignore

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

# Virtual environments
venv/
env/
ENV/
.venv

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

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

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

# Logs
*.log
logs/

# Documentation
docs/
*.md
!README.md

# CI/CD
.github/
.gitlab-ci.yml

# Development files
Makefile
README-DEV.md
.flake8

# Project specific
openstack_optimization_report.txt
report_project.py
config/
