crawlee-python/.gitignore

89 lines
1.1 KiB
Plaintext

# AI assistant files
.agent
.agents
.ai
.aider
.claude
.codeium
.continue
.copilot
.cursor
.gemini
.llm
.llms
.openai
.serena
.windsurf
.zed-ai
AGENTS.local.md
CLAUDE.local.md
GEMINI.local.md
# Cache
__pycache__
.pytest_cache
.pytest-tmp
.ruff_cache
.ty_cache
.uv-cache
# Virtual envs
.direnv
.env
.envrc
.python-version
.venv
# Other Python tools
.ropeproject
# Mise
mise.toml
.mise.toml
# Egg and build artifacts
*.egg-info/
*.egg
dist/
build/
# Coverage reports
.coverage*
htmlcov
coverage-unit.xml
coverage-integration.xml
# IDE, editors
*~
.DS_Store
.idea
.nvim.lua
.vscode
.zed
Session.vim
# Docs
docs/changelog.md
website/versioned_docs/*/changelog.md
website/versioned_docs/*/pyproject.toml
# Website build artifacts, node dependencies
website/build
website/node_modules
website/yarn.lock
website/.yarn
website/.docusaurus
website/api-typedoc-generated.json
website/apify-shared-docspec-dump.jsonl
website/docspec-dump.jsonl
website/module_shortcuts.json
website/typedoc-types*
# npm lockfile (we use pnpm)
website/package-lock.json
# Default directory for memory storage
storage/
# Tmp dir
tmp/