# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pytest_cache/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# TypeScript/JavaScript
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
dist/
dist-ssr/
*.local
.env.local
.env.development.local
.env.test.local
.env.production.local
.npm
.eslintcache
.tsbuildinfo
*.tsbuildinfo
.next/
.nuxt/
.cache/
.parcel-cache/
.docusaurus/
.serverless/
.fusebox/
.dynamodb/
.tern-port
.vscode-test/
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*.swn
*.bak
*~
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.history/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# Testing
coverage/
.nyc_output/
test-results/
junit.xml

# Logs
*.log
*.log.*

# Temporary files
tmp/
temp/
.tmp/
.temp/

# Build outputs
out/
build/
target/

# Lock files (comment out if you want to commit them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Pipfile.lock
# poetry.lock

# Misc
*.pid
*.seed
*.pid.lock
.grunt
.lock-wscript
.eslintcache

.coverage/

test.csv
