# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/

# Build and packaging output
build/
dist/
*.egg-info/
*.egg
.eggs/

# Type checker and tooling output
.dmypy.json
dmypy.json

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~

# Local environment and secrets
.env
.env.*
!.env.example
*.pem
*.key

# OS metadata
.DS_Store
Thumbs.db

# Codex/local agent state
.agents/
.codex/

# Local scratch scripts unrelated to the pyconcept2 package
c2.py
frontmatter_newkey.py
frontmatter_test.py
generate_uid.py
main.py
