# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
setup_files/azure.env

# PyO3 / maturin build artifacts
*.whl
.cargo/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Windows
*.tmp
*.log

# Temporary files
*.tmp
*.temp
.cache/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Environment files
.env.local
.env.development.local
.env.test.local
.env.production.local

# Backup files
*.bak
*.backup

# Terraform
.terraform/
.terraform.tfvars
terraform.tfvars
*.tfstate
*.tfstate.*
tfplan*
crash.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
