# SPDX-License-Identifier: Apache-2.0
#
# Project: PYSH - Python-first interactive shell for Debian and Unix-like systems
# File: pyproject.toml
#
# Copyright (c) 2026 Siergej Sobolewski
#
# Licensed under the GNU General Public License v3.0 or later.
# See the LICENSE file in the project root for full license text.
# Ignore build artifacts and virtual environments
__pycache__/
*.pyc
*.pyo
*.pyd
env/
venv/
build/
dist/
*.egg-info/
dist/
build/
*.egg-info/
