# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.pyc
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Environment variables
.env
.env.*
!.env.example

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

# Logs
*.log
logs/
log/

# Test coverage
.coverage
coverage/
htmlcov/

# Cache
.cache/
.pytest_cache/

# Uploads
uploads/

# windsurf rules
.windsurfrules
.aider*

# Poetry
.poetry/
.venv/
venv/

# Jupyter Notebook
.ipynb_checkpoints

# Distribution / packaging
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt

# Packer secrets (do not commit)
packer/aimq.auto.pkrvars.hcl
*.auto.pkrvars.hcl

# MkDocs build output
site/
