/target

# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
.venv/
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
include/
man/
venv/
*.egg-info/
.installed.cfg
*.egg

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

.DS_Store

# Sphinx documentation
docs/_build/

# PyCharm
.idea/

# VSCode
.vscode/

# Pyenv
.python-version

# Local test files (don't commit to repo)
simple_test.py
benchmark_results.json

# Keep the new tests/ directory structure
!tests/
!tests/test_*.py

# UV lock file (can be regenerated)
uv.lock

# Temporary files
*.tmp
*.temp

# Local development files (remove items that should be committed)
# RELEASE.md - keep this, it's important documentation
# LICENSE - keep this, it's required
# .github/ templates - keep these for project maintenance

# Benchmark results
*.benchmark
