Files
pyscn/.gitignore
2025-09-12 15:05:55 +09:00

85 lines
981 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# Build output
/pyscn
/pyscan
/pyscn.exe
/dist/
/build/
# IDE specific files
.idea/
*.swp
*.swo
*~
.vscode/
*.iml
# OS specific files
.DS_Store
Thumbs.db
# Test coverage
coverage.txt
coverage.html
*.prof
# Environment files
.env
.env.local
# Python test files (for testing the analyzer)
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
# Python virtual environments
*_env/
venv/
.venv/
env/
.env/
python/scripts/upload_env/
# Python packaged binaries (built during wheel creation)
python/src/pyscn/bin/
# Temporary files
*.tmp
*.bak
*.log
# Project specific
/testdata/temp/
/testdata/output/
# pyscn output directory
.pyscn/
# Claude Code setting
.claude/
# Internal documentation (sensitive/private)
requirements.md
AGENTS.md
CLAUDE.md