# 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
MANIFEST

# Virtual Environment
venv/
env/
ENV/
.env/
.venv/

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

# Test coverage
.coverage
coverage.xml
coverage.json
htmlcov/
.tox/
.pytest_cache/
.hypothesis/

# Linting and formatting
.ruff_cache/
.mypy_cache/

# Benchmarks
.benchmarks/

# Distribution
dist/
build/

# Project specific
*.enc
*.dec
.write_test
.github/copilot-instructions.md
.github/agents/

# macOS
.DS_Store

# Environment variables
.env
.venv/
