aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-07-17 02:44:45 +0900
committerTolmachev Igor <me@igorek.dev>2025-07-17 02:44:45 +0900
commit69296e9899d28a6a5e64708cbcdc57a59a54fa41 (patch)
tree633d37874230affdb7c4718b8d13e29ffdc3785c /.gitignore
downloadasync_crypto_pay_api-69296e9899d28a6a5e64708cbcdc57a59a54fa41.tar.gz
async_crypto_pay_api-69296e9899d28a6a5e64708cbcdc57a59a54fa41.zip
Init project
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..505a3b1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
1# Python-generated files
2__pycache__/
3*.py[oc]
4build/
5dist/
6wheels/
7*.egg-info
8
9# Virtual environments
10.venv