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

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type Checking
.mypy_cache/
.mypy/
mypy_report*.txt
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Jupyter Notebook
.ipynb_checkpoints

# Environment Variables
.env
.env.local
.env.*.local
.env.docker

# Logs
*.log
logs/

# Database
*.db
*.sqlite
*.sqlite3

# AWS
.aws/

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl

# Pulumi
.pulumi/
Pulumi.*.yaml

# Kubernetes
*.kubeconfig

# Secrets
secrets/
*.pem
*.key
*.crt
credentials.json
.pypirc

# Build artifacts
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt

# Documentation builds
docs/_build/
site/

# Package managers
uv.lock
poetry.lock
Pipfile.lock

# Temporary files
tmp/
temp/
*.tmp

# OS
.DS_Store
Thumbs.db
