# 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
.venv/
venv/
env/
ENV/

# Test/Coverage
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Env/secrets
.env
.env.*
!.env.example
*.pem
*.key
secrets/

# Agent worktrees (other concurrent agent's territory — DO NOT commit)
agentaudit/
pypi-squat/
