# IDEs
.zencoder/
.idea/
.vscode/*

# Virtual environments
.venv/
venv/
env/

# Python compiled files
*.pyc
*.pyo
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Environments
.env
.env.local
.env.*.local

# OS files
.DS*
*.swp
*~

# Local development
CLAUDE.local.md

# Versioning
src/promabbix/_version.py

# Temporary files
*.tmp
*.temp
