# SPDX-License-Identifier: GPL-3.0-or-later
# Project: PySH - Python-first interactive shell for Debian and Unix-like systems
# Copyright (c) 2026 Siergej Sobolewski

# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class
*.so

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

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
*.cover
*.log

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Linting / formatting
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# PySH runtime artifacts
.pysh_history
*.pysh.log

# Build tools
*.spec

# Temporary files
*.tmp
*.bak
*.orig
.*.swp

# Documentation builds
docs/_build/
docs/.doctrees/

# CI/CD artifacts
.github/workflows/*.log
.sonar/
.sonarqube/
.re-commit-config.yaml
sonar-project.properties

# Local AI agent instruction packs
AGENTS.md
AI_AGENTS_SETUP.md
CLAUDE.md
CODEX.md
CURSOR.md
.claude/
.codex/
.cursor/
