
# Testing & Coverage
.coverage
htmlcov/
coverage.xml
.tox/
.nox/
debug/

# Type Checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Environment
.venv
venv/
ENV/

# Python cache
__pycache__/
*.pyc
*.pyo

# Output and cache
output/
papers_cache/

# IDE
.idea/
.vscode/
*.swp
tests/__pycache__/
src/ieeA/__pycache__/
.sisyphus/

.git_corrupted

发布准备/*
legacy/ieea-transition/dist/
legacy/ieea-transition/build/
legacy/ieea-transition/.venv/
legacy/ieea-transition/src/ieeA.egg-info/
