# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Packaging / build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
pip-wheel-metadata/
MANIFEST

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.benchmarks/
.tox/
.nox/
.cache/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover

# Type-checker output
.pyre/
.pytype/

# Secrets / local config
.env
.env.*
!.env.example

# AppFirewall mode="local" JSONL event dumps
*.jsonl
events.log

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

# OS junk
.DS_Store
Thumbs.db
