mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
Initial commit
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# build artifacts
|
||||
|
||||
.eggs/
|
||||
.mypy_cache
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
pip-wheel-metadata/
|
||||
|
||||
|
||||
# dev tools
|
||||
|
||||
.envrc
|
||||
.python-version
|
||||
.idea
|
||||
.venv/
|
||||
.vscode/
|
||||
/*.iml
|
||||
|
||||
|
||||
# jupyter notebooks
|
||||
|
||||
.ipynb_checkpoints
|
||||
|
||||
|
||||
# miscellaneous
|
||||
|
||||
.cache/
|
||||
doc/_build/
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
|
||||
# python
|
||||
|
||||
*.pyc
|
||||
*.pyo
|
||||
__pycache__
|
||||
|
||||
|
||||
# testing and continuous integration
|
||||
|
||||
.coverage
|
||||
.pytest_cache/
|
||||
.benchmarks
|
||||
|
||||
# documentation build artifacts
|
||||
|
||||
docs/build
|
||||
site/
|
||||
Reference in New Issue
Block a user