forked from account0248/Python_Scrape
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: wikipediaのスクレイピングsampleファイルの修正
refactor: wikipediaのスクレイピングsampleファイルの修正
- Loading branch information
1 parent
b03e8e9
commit 503cf4a
Showing
2 changed files
with
164 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# 設定ファイルとメタデータ | ||
.ipynb_checkpoints | ||
.venv | ||
requirements_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9][0-9][0-9].txt | ||
.vscode | ||
|
||
# setupスクリプトの実行で出力されるBKファイル | ||
requirements_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9][0-9][0-9].txt | ||
|
||
# sampleコードの実行で出力されるcsvファイル | ||
sample/*.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters