Skip to content
Snippets Groups Projects
.gitignore 333 B
Newer Older
# Python-related
venv
__pycache__
.ipynb_checkpoints

# JavaScript-related
node_modules

# Tests
.coverage
.pytest_cache
htmlcov
testresults.xml
cypress/videos

# PyCharm configuration
.idea

# VS Code configuration
*.code-workspace

# Local instance data and configuration
instance

# Environment files (might contain secrets)
.env