# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2026 Siergej Sobolewski

__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
logs/
labels.json

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
*.cover
*.log
*.txt
# 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/

# PySH RPM packaging spec is a source-controlled release artifact definition.
!packaging/rpm/pysh-shell.spec

# Test files
test1.py
test2.py
