Commit Graph

168 Commits

Author SHA1 Message Date
Devin Dooley
5763345204 Merge pull request #4731 from gsilvan/main
Fix Python.gitignore for celery-beat
2026-04-24 14:32:31 -07:00
Devin Dooley
6abe9c03f6 Merge pull request #4726 from RiseT/patch-1
Update Python.gitignore (pixi)
2026-04-24 14:26:09 -07:00
Devin Dooley
42f7c40623 Merge pull request #4724 from elliotwutingfeng/patch-1
Add *.lcov to Python gitignore
2026-04-24 14:16:26 -07:00
RiseT
f6eef37aba Update Python.gitignore (pixi)
That's what pixi itself adds to .gitignore when using "pixi init".

Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
2026-03-01 12:44:51 +01:00
Silvan Gümüşdere
2a4ac93e79 ignore all files with celerybeat-schedule prefix 2026-01-28 09:42:08 +01:00
kailando
399559e0b7 Resolve merge conflicts for PR #4300 2026-01-25 15:33:17 -06:00
Nikita Mikhailov
7bfab2ec5b Merge branch 'main' into main 2025-09-10 12:59:21 +03:00
Wu Tingfeng
cd33ea10e8 Add *.lcov to Python gitignore 2025-09-01 01:17:02 +08:00
Haden Wasserbaech
949aaa81d9 Remove trailing whitespace 2025-08-25 22:42:05 -07:00
Arjun Deka
a2eb961113 Added additional message broker files to ignore.
RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too.
2025-08-08 00:50:04 -07:00
Arjun Deka
bd7d99b21d Added redis files to ignore
In this commit I added files that are generated by redis and should generally be ignored.
2025-08-08 00:45:19 -07:00
Nikita Mikhailov
0ed6a1a3f1 Update Python.gitignore
Ensure consistency formatting for comments in Python.gitignore
2025-07-26 23:51:25 +03:00
Justin Su
bdc996bb1f Revert "Merge pull request #4633 from Wuhall/main"
This reverts commit 9cabb94d2a.
2025-07-13 15:36:37 -04:00
Arnaud
b7cb2f2705 Merge branch 'main' into main 2025-07-01 11:32:02 -04:00
Daniel Johnson
975d0c3945 Merge pull request #4671 from akaIDIOT/patch-python-pdm
Update documentation link for pdm, use recommended includes/excludes
2025-06-20 14:23:29 -07:00
Daniel Johnson
820563a00f Merge pull request #4471 from kasi-x/main
add pixi configure in python gitignore
2025-06-20 13:22:57 -07:00
Tim Hunter
77b8cdb816 Merge pull request #3985 from ojaswa1942/patch-1
Fix (Python.gitignore): Typo
2025-06-18 08:36:39 -07:00
Mattijs Ugen
75ec41f83a Update documentation link for pdm, use recommended includes/excludes 2025-06-16 16:40:50 +02:00
Daniel Johnson
1371bf29ff Merge pull request #4665 from MikaeelMF/patch-1
Ignore marimo cache in Python.gitignore
2025-06-13 15:16:46 -07:00
Daniel Johnson
f1320c1344 Merge pull request #4369 from hspaans/hspaans/pep441
Update Python.gitignore for PEP 441
2025-06-13 14:55:53 -07:00
Daniel Johnson
b4f994b118 Merge pull request #3619 from fslds/patch-1
Add direnv .envrc to python gitignore
2025-06-13 14:14:10 -07:00
Mikaeil Mayeli
7b268f627c Ignore marimo cache in Python.gitignore 2025-06-12 14:13:20 -04:00
vicman7
daf38183c7 Add poetry.toml to Python.gitignore 2025-05-31 16:00:30 -05:00
Nathaniel Young
90c3bc712b fixes spelling in in Python.gitignore in VS Code section 2025-05-30 22:47:20 +00:00
Bruno Vieira Costa
ef50fb9cad Merge branch 'main' into main 2025-05-28 09:31:12 -03:00
Max
55bb9508ae Update Python.gitignore 2025-05-23 21:39:08 +00:00
Devin Dooley
012a024a8d Restore trailing newline in Python.gitignore 2025-05-19 18:20:26 +00:00
Lucas Liu
a642376bb2 add .cursorignore 2025-05-15 09:10:29 +08:00
Lucas Liu
5577a31232 add .cursorrules 2025-05-14 11:35:31 +08:00
Devin Dooley
e8554d85bf Merge branch 'main' into patch-1 2025-01-17 13:19:34 -08:00
Daniel Johnson
6eeebe6f49 Merge pull request #4458 from navan0/patch-1
Update Python.gitignore
2024-12-18 10:15:09 -08:00
Kalle Møller
a38f687cec Added uv.lock alongside pdm and poetry 2024-12-03 07:25:58 +01:00
Bruno Vieira Costa
5bb8f06fe6 Adding .abstra/ 2024-11-11 13:37:11 -03:00
kashi-x
9db05cc944 fix line length 2024-06-21 00:44:19 +09:00
kashi-x
772a211c7c add pixi configure in python gitignore 2024-06-20 23:47:58 +09:00
Navaneeth Anand
95aacb9500 Update Python.gitignore
Add .pypirc  to protect sensitive information
2024-06-04 08:37:10 +05:30
Marvin Vogt
bfa56dc5d8 Add .pdm-build/ 2023-12-28 14:21:54 +01:00
Hans Spaans
d7459a4850 Update Python.gitignore for PEP 441
PEP 441 introduces Python ZIP Applications to bundle a Python Application into a ZIP file with file extension `pyz`.
2023-11-04 12:04:43 +01:00
Marvin Vogt
bb629fc14d Update PDM docs reference
Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com>
2023-10-01 22:41:53 +02:00
Christophe Saugé
4f0b7a0694 Update Python.gitignore
Add ruff cache. 
ruff tool: https://github.com/charliermarsh/ruff
ruff is becoming a very popular tool often run in pre-commit and aim to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing tens or hundreds of times faster than any individual tool.
2023-05-01 20:49:13 +02:00
Marvin Vogt
e8131b2a80 Add .pdm-python to python gitignore 2023-04-09 18:25:17 +02:00
Arnaud
0aa41c1034 Update Python.gitignore 2022-09-21 15:15:24 +02:00
Ojaswa Sharma
57c1500630 fix: typo in Python.gitignore 2022-02-24 15:03:55 +05:30
Juan Luis Cano Rodríguez
8e67b9420c Update Python.gitignore 2022-02-20 11:29:55 +01:00
Juan Luis Cano Rodríguez
35b656aa85 Expand explanations on PDM
Co-authored-by: Lukasz Sobczuk <sobczuk.lukasz@wp.pl>
2022-02-18 18:54:31 +01:00
Juan Luis Cano Rodríguez
0481f3bda8 Ignore PDM project-wide config
See https://pdm.fming.dev/#use-with-ide
2022-02-16 23:43:19 +01:00
Will Frey
eabb6717d9 Update Python.gitignore
Fix a typo: `maintainted` to `maintained`
2022-02-02 11:53:09 -05:00
Brian Douglas
3b6d9b0599 Merge pull request #3911 from JP-Ellis/patch-1
[Python] Add poetry.lock
2021-12-10 10:52:30 -08:00
JP-Ellis
596862f8b5 [Python] Add poetry.lock
Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.  This is especially recommended for binary packages to ensure reproducibility, and is more commonly ignored for libraries.

This is taken from https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
2021-12-07 10:31:40 +11:00
Wiblz
093b0fbce9 Replace references of this repo's "master" branch
with "main".
2021-12-06 23:39:54 +01:00